summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-14 10:22:36 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-14 10:22:36 -0700
commit397ebec88c2db3569efd77238bf877e976492d34 (patch)
tree926fcda714c3ce277d07cb1278019a71f4e6d6ee /store/sql_post_store.go
parent013f27ff1a5b502560864ebba43bd2ba6c8020ab (diff)
downloadchat-397ebec88c2db3569efd77238bf877e976492d34.tar.gz
chat-397ebec88c2db3569efd77238bf877e976492d34.tar.bz2
chat-397ebec88c2db3569efd77238bf877e976492d34.zip
PLT-2115 adding compliance
Diffstat (limited to 'store/sql_post_store.go')
-rw-r--r--store/sql_post_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_post_store.go b/store/sql_post_store.go
index aa296c0f6..198347ff2 100644
--- a/store/sql_post_store.go
+++ b/store/sql_post_store.go
@@ -1019,7 +1019,7 @@ func (s SqlPostStore) ComplianceExport(startTime int64, endTime int64) StoreChan
AND Posts.CreateAt > :StartTime
AND Posts.CreateAt <= :EndTime
ORDER BY Posts.CreateAt
- LIMIT 50000`
+ LIMIT 30000`
var cposts []*model.CompliancePost