PR#4309: Fix default types
Merges #4309 https://pagure.io/koji/pull-request/4309 Fixes: #4308 https://pagure.io/koji/issue/4308 Wrong types in default hub values
This commit is contained in:
commit
68c865efaa
1 changed files with 3 additions and 3 deletions
|
|
@ -524,9 +524,9 @@ def load_config(environ):
|
|||
['RepoRetries', 'integer', 3],
|
||||
['RequestCleanTime', 'integer', 60 * 24], # in minutes
|
||||
['AllowNewRepo', 'bool', True],
|
||||
['RepoLag', 'int', 3600],
|
||||
['RepoAutoLag', 'int', 7200],
|
||||
['RepoLagWindow', 'int', 600],
|
||||
['RepoLag', 'integer', 3600],
|
||||
['RepoAutoLag', 'integer', 7200],
|
||||
['RepoLagWindow', 'integer', 600],
|
||||
['RepoQueueUser', 'str', 'kojira'],
|
||||
['DebuginfoTags', 'str', ''],
|
||||
['SourceTags', 'str', ''],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue