fix: Update microtime and cacheTimestamp values in config and state files

This commit is contained in:
2026-03-08 20:14:21 +01:00
parent 926b6d9719
commit 1d3eb86c6e
2 changed files with 3 additions and 3 deletions

View File

@@ -358,7 +358,7 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'microtime' => 1772996942.539526, 'microtime' => 1772997255.867614,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php <?php
return [ return [
'cacheTimestamp' => 1772996942, 'cacheTimestamp' => 1772997256,
'microtimeState' => 1772996942.72175, 'microtimeState' => 1772997256.02,
'currencyRates' => [ 'currencyRates' => [
'EUR' => 1.0 'EUR' => 1.0
], ],