feat: allow max prefs to be configured

some people (me) have a large amount of prefs and moving from ref pds to
tranquil ment i lost a few of these. so in this pr i bumped the max
prefs to 1000 and made it configurable via the config
This commit is contained in:
isabel
2026-04-16 19:45:17 +03:00
committed by Tangled
parent 1f21b85069
commit baef2be844
3 changed files with 15 additions and 3 deletions
+7
View File
@@ -89,6 +89,13 @@
# Default value: 10737418240
#max_blob_size = 10737418240
# Maximum allowed number of preferences
#
# Can also be specified via environment variable `MAX_PREFERENCES_COUNT`.
#
# Default value: 1000
#max_preferences_count = 1000
[frontend]
# Whether to enable the built in serving of the frontend.
#