diff options
Diffstat (limited to 'dist/api_data.py')
-rw-r--r-- | dist/api_data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/api_data.py b/dist/api_data.py index ada6f8a9b32..206a09230c9 100644 --- a/dist/api_data.py +++ b/dist/api_data.py @@ -262,8 +262,8 @@ connection_runtime_config = [ Config('reserve', '0', r''' amount of cache this database is guaranteed to have available from the shared cache. This setting is per database. Defaults - to the chunk size'''), - Config('name', '', r''' + to the chunk size''', type='int'), + Config('name', 'pool', r''' name of a cache that is shared between databases'''), Config('size', '500MB', r''' maximum memory to allocate for the shared cache. Setting this |