From 1d3eb86c6e6f028e71f61ce3a16c89d743fac87f Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 8 Mar 2026 20:14:21 +0100 Subject: [PATCH] fix: Update microtime and cacheTimestamp values in config and state files --- data/config.php | 2 +- data/state.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/config.php b/data/config.php index 1b4baac5..c1b39817 100644 --- a/data/config.php +++ b/data/config.php @@ -358,7 +358,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1772996942.539526, + 'microtime' => 1772997255.867614, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index dc21adfb..fe506da5 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1772996942, - 'microtimeState' => 1772996942.72175, + 'cacheTimestamp' => 1772997256, + 'microtimeState' => 1772997256.02, 'currencyRates' => [ 'EUR' => 1.0 ],