gitea

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive

commit e7325fd44a67c4cfabf7f3f58adb661840e8451a
parent d2cbd43dffc02080f7fda4faa9c40c9670bd92c2
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 18 Feb 2024 04:58:52 -0500

Maximum viewing size for raw files increased to 50mb from 8mb

Diffstat:
Mapp.ini | 1+

1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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