Skip to content

Commit 36b2b54

Browse files
committed
small change
1 parent 9e70555 commit 36b2b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/architecture/polka-storage-provider-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To achieve that, the pipeline is composed of 3 main stages.
9696

9797
### Add Piece
9898

99-
The Add Piece stage gathers pieces into unsealed sectors, preparing them for the next steps. The pipeline uses a configured fill threshold (default 95%) to determine when a sector is ready for sealing, or will seal after a configured delay even if not completely filled.
99+
The Add Piece stage gathers pieces into unsealed sectors, preparing them for the next steps. The pipeline uses a configured fill threshold (default 95%) to determine when a sector is ready for sealing, or will seal after a configured delay even if not completely filled. The time-based sealing is necessary to ensure data availability even during periods of low network activity, preventing pieces from remaining in an unsealed state indefinitely while waiting for the sector to reach optimal capacity.
100100

101101
While the system can theoretically support multiple sector sizes (2KiB, 8MiB, 512MiB and 1GiB), only the 1GiB sector size is considered safe for production use. Other sector sizes should be considered experimental and are not recommended for production deployments.
102102

0 commit comments

Comments
 (0)