reduce max requests limit per default

This commit is contained in:
Christian Grothoff 2023-04-15 15:14:05 +02:00
parent 07a089f4f1
commit 2c28f7ebd0
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -19,7 +19,7 @@ MAX_KEYS_CACHING = forever
# After how many requests should the exchange auto-restart
# (to address potential issues with memory fragmentation)?
# If this option is not specified, auto-restarting is disabled.
# MAX_REQUESTS = 10000000
# MAX_REQUESTS = 100000
# How to access our database
DB = postgres