We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74963c commit 082562dCopy full SHA for 082562d
src/Adapter.php
@@ -202,7 +202,7 @@ protected function clearCache (): void
202
$pattern = "{$this->redisPrefix}filtered_policies:*";
203
$cursor = 0;
204
$batchSize = 50; // 每批处理的 key 数
205
- $maxIterations = 100;
+ $maxIterations = 100; // 限制最大循环次数
206
$iteration = 0;
207
do {
208
if ($iteration >= $maxIterations) {
0 commit comments