Replace hardcoded limits with a config file section.

This commit is contained in:
Catherine
2025-09-21 19:00:36 +00:00
parent e59699ab1a
commit 51606aac98
11 changed files with 109 additions and 37 deletions
+8
View File
@@ -21,3 +21,11 @@ root = "data"
# secret-access-key = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
# region = "us-east-1"
# bucket = "git-pages-demo"
# [limits]
# max-site-size = "128M"
# max-manifest-size = "1M"
# max-inline-file-size = "256B"
# git-large-object-threshold = "1M"
# max-symlink-depth = 16
# update-timeout = "60s"