From cc111205f9c6cb152ca87f68c0a2f7aa519fdf59 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Thu, 3 Dec 2015 11:57:20 -0500 Subject: Add limit to Props size in Post table --- store/sql_post_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/sql_post_store.go') diff --git a/store/sql_post_store.go b/store/sql_post_store.go index 1831eb23c..9db5806c5 100644 --- a/store/sql_post_store.go +++ b/store/sql_post_store.go @@ -30,7 +30,7 @@ func NewSqlPostStore(sqlStore *SqlStore) PostStore { table.ColMap("Message").SetMaxSize(4000) table.ColMap("Type").SetMaxSize(26) table.ColMap("Hashtags").SetMaxSize(1000) - table.ColMap("Props") + table.ColMap("Props").SetMaxSize(8000) table.ColMap("Filenames").SetMaxSize(4000) } -- cgit v1.2.3-1-g7c22