aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/src')
-rw-r--r--common/src/config.rs2
1 files changed, 1 insertions, 1 deletions
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 {