SiegeEngineers / aoe2cm2

Captains Mode for Age of Empires II
https://aoe2cm.net
51 stars 25 forks source link

How long is the lobby stored for? #64

Closed B0nisek closed 3 years ago

B0nisek commented 3 years ago

Question - how long will the generated link last?

HSZemi commented 3 years ago

The answer to your question depends on what you mean with "generated link".

Links to stored presets will last "forever" unless the preset is removed manually.

Links to finished drafts will last foreverâ„¢ (that means until an accident happens where we lose draft data).

Every hour, running drafts that have not been finished for over six hours get purged, see here: https://github.com/SiegeEngineers/aoe2cm2/blob/dc56b279e5e2c85fd3670c91cad8efb433508b96/src/models/DraftsStore.ts#L349

B0nisek commented 3 years ago

great, thanks for the reply. was asking about finished drafts. thank you