Site::Info method only caches response for 10 minutes by default.
Bug #923229 reported by
Nathan Osman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Stack.PHP |
Fix Released
|
Medium
|
Nathan Osman |
Bug Description
The Site::Info method (which calls the /info route) should cache data for 1 hour minimum but the current implementation only caches the data for 10 minutes.
Changed in stackphp: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Some changes to the way cache TTL values are stored were introduced and the value for the /info route was set to 3600 (seconds) by default.