From e7325fd44a67c4cfabf7f3f58adb661840e8451a Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 18 Feb 2024 04:58:52 -0500 Subject: [PATCH] Maximum viewing size for raw files increased to 50mb from 8mb --- app.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/app.ini b/app.ini index 66c144a..af74449 100644 --- a/app.ini +++ b/app.ini @@ -86,6 +86,7 @@ TRUSTED_FACETS = https://git.supernets.org SHOW_USER_EMAIL = false DEFAULT_THEME = github THEMES = github +MAX_DISPLAY_FILE_SIZE=52428800 # 50mb [attachment] MAX_SIZE = 4096