Type | Name | Default | Documentation |
Storage Interface | storage | | |
PyInt | pool_size | 7 | The number of Connections in the pool of non-version Connections. |
PyInt | cache_size | 400 | The target cache size for non-version Connections. |
PyInt | cache_deactivate_after | 60 | Target number of seconds after which objects that haven't been deleted are considered to be candidates for removal from the cache. |
PyInt | version_pool_size | 3 | The number of Connections in the pool of version Connections. |
PyInt | version_cache_size | 100 | version_cache_size |
PyInt | version_cache_deactivate_after | 10 | Target number of seconds after which objects that haven't been deleted are considered to be candidates for removal from the cache. |