From 641e5c0a91f6b298334b7ba8affc8d423822c609 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Tue, 10 Mar 2026 12:24:35 +0100 Subject: [PATCH] Update cache timestamps and microtime values in configuration 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 c8966c49..06faafa5 100644 --- a/data/config.php +++ b/data/config.php @@ -360,7 +360,7 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1773097606.553663, + 'microtime' => 1773141794.293915, '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 e74e7f45..313a2c77 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1773097606, - 'microtimeState' => 1773097606.681824, + 'cacheTimestamp' => 1773141794, + 'microtimeState' => 1773141794.444418, 'currencyRates' => [ 'EUR' => 1.0 ],