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
Explanation:
Didn't judge settings.modules.cloud_replay.never_expire here, which lead to the deletion of a cloud replay after its playing, even settings.modules.cloud_replay.never_expire is set to true.
Correction method:
Add "if settings.modules.cloud_replay.never_expire" and it would be okay.
The text was updated successfully, but these errors were encountered:
Position:
ygopro-server.coffee#L1574
Code:
redisdb.expire("replay:"+replay.replay_id, 60*60*48)
Explanation:
Didn't judge settings.modules.cloud_replay.never_expire here, which lead to the deletion of a cloud replay after its playing, even settings.modules.cloud_replay.never_expire is set to true.
Correction method:
Add "if settings.modules.cloud_replay.never_expire" and it would be okay.
The text was updated successfully, but these errors were encountered: