We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429b899 + a523ab6 commit 820c6e4Copy full SHA for 820c6e4
1 file changed
src/Model/Request/OrderStatusRequest.php
@@ -72,7 +72,7 @@ public function start(): PayOrder
72
73
$result = (new PayCache())->get($cacheKey, function () {
74
return parent::start();
75
- }, 3); // 3 seconds file caching
+ }, 1); // 1 second file caching
76
} else {
77
$result = parent::start();
78
}
0 commit comments