bump timeout until lbryio/lbry#1377 is resolved
This commit is contained in:
parent
c042fe08c3
commit
83921b8c2d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func reflectorCmd(cmd *cobra.Command, args []string) {
|
|||
combo := store.NewDBBackedS3Store(s3, db)
|
||||
|
||||
reflectorServer := reflector.NewServer(combo)
|
||||
reflectorServer.Timeout = 30 * time.Second
|
||||
reflectorServer.Timeout = 3 * time.Minute
|
||||
if globalConfig.SlackHookURL != "" {
|
||||
reflectorServer.StatLogger = log.StandardLogger()
|
||||
reflectorServer.StatReportFrequency = 1 * time.Hour
|
||||
|
|
Loading…
Add table
Reference in a new issue