From 2c28f7ebd05d31943f470dfdb410e4ce0955c8a3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 Apr 2023 15:14:05 +0200 Subject: reduce max requests limit per default --- src/exchange/exchange.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 750e71724..38e5816ff 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -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 -- cgit v1.2.3