1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

DERP - left this constant at 2 as I was testing...

This commit is contained in:
Bob Trahan 2013-04-18 16:56:38 -07:00
parent 68d1441b42
commit 3b4ca71d47

View file

@ -6,7 +6,7 @@
final class ConpherenceThreadQuery
extends PhabricatorCursorPagedPolicyAwareQuery {
const TRANSACTION_LIMIT = 2;
const TRANSACTION_LIMIT = 100;
private $phids;
private $ids;