Skip to content

Commit e9de7d0

Browse files
committed
small change
1 parent ee1fcef commit e9de7d0

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.
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.
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)