From 2f52e2951d77932f0336294d3a3e5d96393fcec5 Mon Sep 17 00:00:00 2001 From: Alexandre Kaskasoli Date: Wed, 28 Sep 2016 21:12:19 +0100 Subject: [PATCH] set max_comment_cols = 80 --- rtv/templates/rtv.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtv/templates/rtv.cfg b/rtv/templates/rtv.cfg index 74c23f0..ef11a57 100644 --- a/rtv/templates/rtv.cfg +++ b/rtv/templates/rtv.cfg @@ -58,7 +58,7 @@ oauth_redirect_port = 65000 oauth_scope = edit,history,identity,mysubreddits,privatemessages,read,report,save,submit,subscribe,vote ; Maximum number of columns for a comment -max_comment_cols = 20 +max_comment_cols = 80 [bindings] ##############