bump timeout until lbryio/lbry#1377 is resolved

This commit is contained in:
Alex Grintsvayg 2018-09-17 12:14:17 -04:00
parent c042fe08c3
commit 83921b8c2d

View file

@ -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