]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTP.pm
nntp: get rid of long_response_limit constant
[public-inbox.git] / lib / PublicInbox / NNTP.pm
index 63d5870b045756463b8d78f7b16c4689481a15be..13591e5d983c06af9606a1107e151aa201755ad6 100644 (file)
@@ -23,7 +23,6 @@ use constant {
        r224 => '224 Overview information follows (multi-line)',
        r225 => '225 Headers follow (multi-line)',
        r430 => '430 No article with that message-id',
-       long_response_limit => 0xffffffff,
 };
 
 sub now () { clock_gettime(CLOCK_MONOTONIC) };