From 0031e30caad2d392de488b0594d7af7b414e4361 Mon Sep 17 00:00:00 2001 From: Stephen Wodecki Date: Tue, 6 Jun 2023 14:04:35 -0500 Subject: [PATCH] update example realm config --- configs/realm.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/realm.json b/configs/realm.json index c2df87c..ed75f20 100644 --- a/configs/realm.json +++ b/configs/realm.json @@ -11,7 +11,10 @@ "options": { "path": "./.realm", "cache": "bigcache", - "source": "file" + "source": "file", + "life_window": "", + "shards": "", + "clean_window": "" } } -} \ No newline at end of file +}