fix: update GitHub relay max file size to 15 MB and adjust TTL in setup script

This commit is contained in:
Sarto
2026-04-30 18:42:36 +03:30
parent 7e7f569dc2
commit ceb108c83a
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ setup_config() {
local gh_token="" gh_repo="" gh_branch="${cur_gh_branch:-main}"
local gh_max_size="${cur_gh_size:-15360}"
local gh_ttl="${cur_gh_ttl:-10080}"
local gh_ttl="${cur_gh_ttl:-600}"
if [[ "$gh_enabled" == "1" ]]; then
if [[ -n "$cur_gh_token" ]]; then
read -rp "GitHub token (PAT, contents:write) [keep current]: " gh_token