forgejo/modules/setting
wxiaoguang 54f399c4df
Increase default LFS auth timeout from 20m to 24h ()
According to the discussion with DanielGibson, the default "20m" seems
too short. It would make LFS fail if the file is large / network is
slow.

I think relaxing this timeout doesn't have side affect. So change the
default value to 24h, IMO that should be long enough.

## ⚠️ BREAKING

If admins want the previous timeout, they should set the setting
`[server].LFS_HTTP_AUTH_EXPIRY`.
2023-05-10 22:23:47 +08:00
..
actions.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
admin.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
api.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
asset_dynamic.go Use a general approach to access custom/static/builtin assets () 2023-04-12 18:16:45 +08:00
asset_static.go Use a general approach to access custom/static/builtin assets () 2023-04-12 18:16:45 +08:00
attachment.go Add .patch to attachment.ALLOWED_TYPES () 2023-03-19 15:58:43 -04:00
cache.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
camo.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
config_provider.go Remove unnecessary code () 2023-05-10 04:57:06 +00:00
cors.go Fix incorrect CORS default values () 2023-04-19 15:30:10 -04:00
cron.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
cron_test.go Rewrite queue () 2023-05-08 19:49:59 +08:00
database.go Move pidfile creation from setting to web cmd package () 2023-03-16 15:22:54 +08:00
database_sqlite.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
database_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
federation.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
git.go Support reflogs () 2023-03-13 15:51:07 +08:00
highlight.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
i18n.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
incoming_email.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
indexer.go Rewrite queue () 2023-05-08 19:49:59 +08:00
indexer_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
lfs.go Increase default LFS auth timeout from 20m to 24h () 2023-05-10 22:23:47 +08:00
log.go Refactor config provider () 2023-04-25 23:06:39 +08:00
mailer.go handle deprecated settings () 2023-02-20 16:18:26 -06:00
mailer_test.go Remove unnecessary code () 2023-05-10 04:57:06 +00:00
markup.go Add .livemd as a markdown extension () 2023-04-26 11:22:54 -04:00
metrics.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
migrations.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
mime_type_map.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
mirror.go handle deprecated settings () 2023-02-20 16:18:26 -06:00
oauth2.go Refactor config provider () 2023-04-25 23:06:39 +08:00
other.go Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING () 2023-04-22 19:38:25 -04:00
packages.go Add RPM registry () 2023-05-05 20:33:37 +00:00
packages_test.go Remove unnecessary code () 2023-05-10 04:57:06 +00:00
picture.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
project.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
proxy.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
queue.go Rewrite queue () 2023-05-08 19:49:59 +08:00
repository.go Fix the permission of team's Actions unit issue () 2023-05-05 20:02:30 +08:00
security.go Refactor config provider () 2023-04-25 23:06:39 +08:00
server.go handle deprecated settings () 2023-02-20 16:18:26 -06:00
service.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00
session.go Refactor cookie () 2023-04-13 15:45:33 -04:00
setting.go Merge setting.InitXXX into one function with options () 2023-05-04 11:55:35 +08:00
setting_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
ssh.go Prefer native parser for SSH public key parsing () 2023-04-11 14:34:28 +08:00
storage.go Refactor config provider () 2023-04-25 23:06:39 +08:00
storage_test.go Rewrite queue () 2023-05-08 19:49:59 +08:00
task.go handle deprecated settings () 2023-02-20 16:18:26 -06:00
time.go Remove unused setting time.FORMAT () 2023-04-29 22:51:43 +02:00
ui.go Don't set meta theme-color by default () 2023-04-26 00:56:42 -04:00
webhook.go Refactor the setting to make unit test easier () 2023-02-20 00:12:01 +08:00