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
Create a template scene instance Quick clone a scene
Template refactor:
Remove @templateScene naming convention, allow any scene to be used as a template
Deal with TTL exception for @templateScene, whereby expireAt is not set in the mongo document (what actually enforces expiry behavior in mongodb). Perhaps via flags where persist: true, ttl: n are set, but some new flag (retainTTL: true ?) does same bypass of expireAt so every time someone loads the scene from persist (or instantiates a sceneTemplate), the object is kept with a "fresh" TTL
The text was updated successfully, but these errors were encountered:
Deal with TTL exception for templateScene, whereby expireAt is not set in the mongo document (what actually enforces expiry behavior in mongodb). Perhaps via flags where persist: true, ttl: n are set, but some new flag (retainTTL: true ?) does same bypass of expireAt so every time someone loads the scene from persist (or instantiates a sceneTemplate), the object is kept with a "fresh" TTL
Endpoints include:
Create a template scene instanceQuick clone a sceneTemplate refactor:
@templateScene
naming convention, allow any scene to be used as a template@templateScene
, wherebyexpireAt
is not set in the mongo document (what actually enforces expiry behavior in mongodb). Perhaps via flags wherepersist: true
,ttl: n
are set, but some new flag (retainTTL: true
?) does same bypass ofexpireAt
so every time someone loads the scene from persist (or instantiates a sceneTemplate), the object is kept with a "fresh" TTLThe text was updated successfully, but these errors were encountered: