From 6ca78512fe08228c419bcdd06fd774c7a3b3e69f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 17 Apr 2025 17:26:35 +0200 Subject: increase mem cache to 200M --- common/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/config.rs b/common/src/config.rs index df16ef0..522fa0f 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -88,7 +88,7 @@ fn login_expire() -> i64 { 60 * 60 * 24 } fn max_in_memory_cache_size() -> usize { - 50_000_000 + 200_000_000 } fn return_true() -> bool { -- cgit v1.2.3-70-g09d2