Skip to content

Commit cde493f

Browse files
committed
Update docblock
1 parent 07c5b2f commit cde493f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Model/Table/RequestsTable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ public function findRecent(Query $query, array $options)
7979
/**
8080
* Garbage collect old request data.
8181
*
82-
* Delete request data that is older than 2 weeks old.
82+
* Delete request data that is older than latest 20 requests.
83+
* You can use the `DebugKit.requestCount` config to change this limit.
8384
* This method will only trigger periodically.
8485
*
8586
* @return void

0 commit comments

Comments
 (0)