Skip to content

Commit

Permalink
increase per request events limit in 'External Mode' - #472
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Oct 8, 2024
1 parent ff361d4 commit 9cfedcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Backend/BCSabreImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private function queryRangeTR(string $calIds, \DateTime $start, \DateTime $end,
while ($it->valid()) {

$c++;
if ($c > 128) {
if ($c > 384) {
break;
}

Expand Down

0 comments on commit 9cfedcf

Please sign in to comment.