forked from indymedia/epicyon
Double newswire length
parent
aa1371f043
commit
310888f447
|
@ -130,7 +130,7 @@ parser.add_argument('--sendThreadsTimeoutMins',
|
||||||
'posts expires')
|
'posts expires')
|
||||||
parser.add_argument('--maxNewswirePosts',
|
parser.add_argument('--maxNewswirePosts',
|
||||||
dest='maxNewswirePosts', type=int,
|
dest='maxNewswirePosts', type=int,
|
||||||
default=20,
|
default=40,
|
||||||
help='Maximum newswire posts in the right column')
|
help='Maximum newswire posts in the right column')
|
||||||
parser.add_argument('--maxFeedSize',
|
parser.add_argument('--maxFeedSize',
|
||||||
dest='maxNewswireFeedSizeKb', type=int,
|
dest='maxNewswireFeedSizeKb', type=int,
|
||||||
|
|
Loading…
Reference in New Issue