aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-05-02 18:48:39 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-05-02 20:48:05 +0100
commit9b6a6fd63daacf67cddb4f5ab7bbcd0375082696 (patch)
tree2f832a82aac5ce6050090a3d250b7bec93274902 /bin
parentc4b3f85594e91c772011dffef2da2498ee5c8a5e (diff)
Consolidate sending backoff for different types of sender.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/send-comments3
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';