git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1f97872
)
Update default quick access limit to 4
author
Adam Dullage
<redacted>
Tue, 17 Sep 2024 10:55:00 +0000
(11:55 +0100)
committer
Adam Dullage
<redacted>
Tue, 17 Sep 2024 10:55:00 +0000
(11:55 +0100)
server/global_config.py
patch
|
blob
|
history
diff --git
a/server/global_config.py
b/server/global_config.py
index 897a09a61b6138c97a0ea40acd595391aede0afa..35b8a6a400d9c02ef1e61171597083b2f067a77c 100644
(file)
--- a/
server/global_config.py
+++ b/
server/global_config.py
@@
-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