mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
DERP - left this constant at 2 as I was testing...
This commit is contained in:
parent
68d1441b42
commit
3b4ca71d47
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
final class ConpherenceThreadQuery
|
||||
extends PhabricatorCursorPagedPolicyAwareQuery {
|
||||
|
||||
const TRANSACTION_LIMIT = 2;
|
||||
const TRANSACTION_LIMIT = 100;
|
||||
|
||||
private $phids;
|
||||
private $ids;
|
||||
|
|
Loading…
Reference in a new issue