Update default quick access limit to 4
authorAdam Dullage <redacted>
Tue, 17 Sep 2024 10:55:00 +0000 (11:55 +0100)
committerAdam Dullage <redacted>
Tue, 17 Sep 2024 10:55:00 +0000 (11:55 +0100)
server/global_config.py

index 897a09a61b6138c97a0ea40acd595391aede0afa..35b8a6a400d9c02ef1e61171597083b2f067a77c 100644 (file)
@@ -88,7 +88,7 @@ class GlobalConfig:
 \r
     def _quick_access_limit(self):\r
         key = "FLATNOTES_QUICK_ACCESS_LIMIT"\r
-        return get_env(key, mandatory=False, default=5, cast_int=True)\r
+        return get_env(key, mandatory=False, default=4, cast_int=True)\r
 \r
     def _load_path_prefix(self):\r
         key = "FLATNOTES_PATH_PREFIX"\r
git clone https://git.99rst.org/PROJECT