mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +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
|
final class ConpherenceThreadQuery
|
||||||
extends PhabricatorCursorPagedPolicyAwareQuery {
|
extends PhabricatorCursorPagedPolicyAwareQuery {
|
||||||
|
|
||||||
const TRANSACTION_LIMIT = 2;
|
const TRANSACTION_LIMIT = 100;
|
||||||
|
|
||||||
private $phids;
|
private $phids;
|
||||||
private $ids;
|
private $ids;
|
||||||
|
|
Loading…
Reference in a new issue