Update UpdateLastSyncFromDocuments hook to handle AI sync status and timestamps; modify state file for cache and microtime values

This commit is contained in:
2026-03-26 14:21:58 +01:00
parent 0841543d8e
commit 5a61bd550c
2 changed files with 84 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1774530224,
'microtimeState' => 1774530224.017606,
'cacheTimestamp' => 1774530556,
'microtimeState' => 1774530556.202809,
'currencyRates' => [
'EUR' => 1.0
],