Skip to content

Commit 1ea243b

Browse files
committed
Permitted sizes for manifest cache
1 parent f7791c0 commit 1ea243b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mkdocs/docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ You can tune the `manifest-cache-size` configuration in `.pyiceberg.yaml`:
5959
manifest-cache-size: 256
6060
```
6161
62+
Permitted values: Any `int` between `0` and `math.inf`.
63+
6264
You can also set it with the `PYICEBERG_MANIFEST_CACHE_SIZE` environment variable:
6365

6466
```sh

0 commit comments

Comments
 (0)