We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c5b2f commit cde493fCopy full SHA for cde493f
1 file changed
src/Model/Table/RequestsTable.php
@@ -79,7 +79,8 @@ public function findRecent(Query $query, array $options)
79
/**
80
* Garbage collect old request data.
81
*
82
- * Delete request data that is older than 2 weeks old.
+ * Delete request data that is older than latest 20 requests.
83
+ * You can use the `DebugKit.requestCount` config to change this limit.
84
* This method will only trigger periodically.
85
86
* @return void
0 commit comments