Add AI parsing and graph parsing status; update related hooks and localization; modify microtime values in config and state files

This commit is contained in:
2026-03-27 10:47:30 +01:00
parent fa3c92379f
commit 412c25f184
14 changed files with 164 additions and 15 deletions

View File

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

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1774603769,
'microtimeState' => 1774603769.963245,
'cacheTimestamp' => 1774604771,
'microtimeState' => 1774604771.465835,
'currencyRates' => [
'EUR' => 1.0
],