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
Currently, this will absolutely hammer core because it will trigger all shell clients to re-request the challenge every time it is solved.
@NicholasG04's solution is to add a new websocket message which already contains the updated score. This will still hurt core, but not nearly as hard as every client requesting all details every time there's a solve.
We need to support decreasing the number of points for a challenge as more people score it.
We supposedly already support this, but we should test that and fix it when it inevitably doesn't.
The text was updated successfully, but these errors were encountered: