Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize CBA_targetWatch #1521

Closed
Kili-97 opened this issue Nov 10, 2021 · 0 comments · Fixed by #1520
Closed

Optimize CBA_targetWatch #1521

Kili-97 opened this issue Nov 10, 2021 · 0 comments · Fixed by #1520
Labels

Comments

@Kili-97
Copy link

Kili-97 commented Nov 10, 2021

Today we had an event with 56 players and we noticed that the TargetWatch variable generates unnecessary traffic.
We have calculated that over 3 hours that would be 230 MB of traffic. After an optimization it would be only 4MB traffic.

To improve: https://github.com/CBATeam/CBA_A3/blob/master/addons/diagnostic/XEH_preInit.sqf#L48

Player A would like to know target debug variable, but CBA sends them to ALL

Also it would be optimal to set the interval of the query as a global CBA setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant