Put a unit on gitea's indexer STARTUP_TIMEOUT

We had assigned a value of 300 to this setting but gitea ignored it and
continued to use a 30 second timeout instead. Rereading docs and code it
appears that we may need a unit to accompany the value. Set it to 300s
instead of 300.

Change-Id: I763092c0371a15a417313ed05a9fd27d0e6e7f93
This commit is contained in:
Clark Boylan 2020-09-24 09:39:29 -07:00
parent b3233d1b71
commit fd6cc2e0bf

View File

@ -35,7 +35,7 @@ ROOT = /data/git/repositories
[indexer]
ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
REPO_INDEXER_ENABLED = true
STARTUP_TIMEOUT = 300
STARTUP_TIMEOUT = 300s
[session]
PROVIDER_CONFIG = /data/gitea/sessions