author | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-05-20 10:58:41 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-05-20 11:05:32 UTC |
parent | 97826d4f88941bbcac60feabc6a419511fbe1298 |
internal/queue/queue.go | +1 | -1 |
diff --git a/internal/queue/queue.go b/internal/queue/queue.go index cd92e58..f21094f 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -38,7 +38,7 @@ const ( maxQueueSize = 200 // Give up sending attempts after this duration. - giveUpAfter = 12 * time.Hour + giveUpAfter = 20 * time.Hour // Prefix for item file names. // This is for convenience, versioning, and to be able to tell them apart