diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-05-02 18:48:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-05-02 20:48:05 +0100 |
commit | 9b6a6fd63daacf67cddb4f5ab7bbcd0375082696 (patch) | |
tree | 2f832a82aac5ce6050090a3d250b7bec93274902 /bin/send-comments | |
parent | c4b3f85594e91c772011dffef2da2498ee5c8a5e (diff) |
Consolidate sending backoff for different types of sender.
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-x | bin/send-comments | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/send-comments b/bin/send-comments index fc2ab42bd..3549113c9 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -26,9 +26,6 @@ use mySociety::EmailUtil; use Open311; -# maximum number of webservice attempts to send before not trying any more (XXX may be better in config?) -use constant SEND_FAIL_RETRIES_CUTOFF => 3; - # send_method config values found in by-area config data, for selecting to appropriate method use constant SEND_METHOD_EMAIL => 'email'; use constant SEND_METHOD_OPEN311 => 'Open311'; |