optimize fn_calculateServerStats.sqf #38

Closed
opened 2024-03-19 20:55:48 -05:00 by hizumi · 1 comment
Owner

remove publicVariable declarations inside framework/performance/functions/fn_calculateServerStats.sqf.

Reduce needless accumulating network traffic for broadcast of server stats as they are not used outside server scripts.
Client can use missionNamespace getVariable to poll status if need be

remove publicVariable declarations inside `framework/performance/functions/fn_calculateServerStats.sqf`. Reduce needless accumulating network traffic for broadcast of server stats as they are not used outside server scripts. Client can use missionNamespace getVariable to poll status if need be
hizumi added the Kind/Enhancement
Reviewed
Confirmed
Priority
High
labels 2024-03-19 20:55:48 -05:00
hizumi self-assigned this 2024-03-19 20:55:48 -05:00
Author
Owner

fixed in v4.1.1

fixed in v4.1.1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 17th-Ranger-Battalion-ORG/MissionTemplate#38