mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-25 11:44:15 +00:00
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:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user