You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very reasonable but what happens if a user hits a massive spike? The weighted avg skyrockets and won't return for a while. This translates into the old quota gain behavior for multiple moves in a row.
Consider:
capping millis so it can't skyrocket the frameLag weighted avg
changing the formula to drop faster if recording values that are lower than the current weighted avg.
frameLag is currently a weighted running avg from trusted pongs.
This is very reasonable but what happens if a user hits a massive spike? The weighted avg skyrockets and won't return for a while. This translates into the old quota gain behavior for multiple moves in a row.
Consider:
For example:
@ornicar @niklasf
The text was updated successfully, but these errors were encountered: