fix(runtime): mysql_resultset_warning crescut la 10000 — confirmat runtime post-restart FXServer (8083 rânduri crypto_history, zero warnings)

This commit is contained in:
2026-07-28 18:01:19 +03:00
parent 7d99e7358f
commit 07bd2d9110
2 changed files with 20 additions and 0 deletions
+14
View File
@@ -4,6 +4,20 @@ Schimbările din acest repository sunt livrate separat, cu scop, dovezi și
validare explicită. Fișierele locale de runtime, logurile, backupurile și
secretele nu fac parte din commituri.
## Unreleased
### Fixed
- `server.cfg` (linia 137): pragul `mysql_resultset_warning` crescut de la 8000
la 10000. Tabela `crypto_history` atinsese 8083 rânduri, depășind pragul
anterior și declanșând avertizări oxmysql oversized query la fiecare restart.
- Cauză: design vendor (qs-smartphone-pro packed Lua, cod obfuscated, query
fără LIMIT).
- Validare runtime: FXServer restartat prin launcher vizibil; log-ul
`server_console_live_20260728-175922.log` (316 linii) confirmă zero
warnings oversized result set. Ultimele 14 sesiuni conțineau warning cu
valori crescătoare (7141→8083).
## 2026-07-27
### Fixed
+6
View File
@@ -23,6 +23,7 @@
## You CAN edit the following:
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_lan on
sv_maxclients 8
set steam_webApiKey "00E9BEA0BE4FE5A1766E47EDA66D524E"
# sets tags "default, deployer, qbcore, qb-core"
@@ -130,5 +131,10 @@ set luxu_admin_api_key "7ff2170d-86e2-46bd-a358-5441a73305f5"
set mumble_allowExternalConnections true
add_ace resource.luxu_admin command allow
## OxMySQL — oversized query threshold [EDIT]
# qs-smartphone-pro queries SELECT * FROM crypto_history on start (8083 rows at 2026-07-28, vendor design)
# Raise the warning threshold to avoid false-positive warnings; monitor for growth past 10000.
setr mysql_resultset_warning 10000
## Tebex Implementation
# sv_tebexSecret 5e16ba619bfc0a568092b2e1e7eb6482b093266e