mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
debug
This commit is contained in:
parent
d477de256a
commit
74ecc20751
1 changed files with 2 additions and 0 deletions
|
|
@ -754,6 +754,8 @@ App::shutdown()
|
||||||
|
|
||||||
$timestamp = 60 * 60 * 24 * 30;
|
$timestamp = 60 * 60 * 24 * 30;
|
||||||
$data = $cache->load($key, $timestamp);
|
$data = $cache->load($key, $timestamp);
|
||||||
|
var_dump($cacheLog->getAttribute('signature'));
|
||||||
|
var_dump(empty($data));
|
||||||
if ($signature !== $cacheLog->getAttribute('signature') || empty($data)) {
|
if ($signature !== $cacheLog->getAttribute('signature') || empty($data)) {
|
||||||
$cache->save($key, $data['payload']);
|
$cache->save($key, $data['payload']);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue