mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add configuration tip for upload_max_filesize
This commit is contained in:
parent
986f6678f8
commit
e788744a0f
1 changed files with 2 additions and 2 deletions
4
.env
4
.env
|
|
@ -86,10 +86,10 @@ APP_TRACKERS=http://[201:23b4:991a:634d:8359:4521:5576:15b7]:2023/announce|http:
|
|||
# List of crawlers where ignored in actions and activity features
|
||||
APP_CRAWLERS=201:23b4:991a:634d:8359:4521:5576:15b7|30a:5fad::e
|
||||
|
||||
# Max torrent filesize for uploads
|
||||
# Max torrent filesize for uploads (check upload_max_filesize in the php.ini)
|
||||
APP_TORRENT_FILE_SIZE_MAX=1024000
|
||||
|
||||
# Max torrent poster filesize for uploads
|
||||
# Max torrent poster filesize for uploads (check upload_max_filesize in the php.ini)
|
||||
APP_TORRENT_POSTER_FILE_SIZE_MAX=10240000
|
||||
|
||||
# Store wanted torrent files in /app/var/ftp by /app/crontab/torrent/scrape/{key}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue