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
{{ message }}
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
Awesome project! We were thinking of deploying a copy on meet.jit.si , but since this is a public service we need to be able to clean up every once in a while. For etherpad we do that for all pads older than some number of hours and we were wondering if we could do the same for draw.
Would it be possible to add a "last modified" timestamp somewhere in the json so that we can use this when cleaning up old pads?
Thanks a bunch!
The text was updated successfully, but these errors were encountered:
I added functionality to my fork of draw, just haven't moved it into this repo. https://github.com/bytesnz/draw/blob/master/server.js#L56 It allows you to add a length of time to remove the unused rooms after by either giving it as the removeUnused setting in the settings.json file or specify it when starting the program.
Hey folks,
Awesome project! We were thinking of deploying a copy on meet.jit.si , but since this is a public service we need to be able to clean up every once in a while. For etherpad we do that for all pads older than some number of hours and we were wondering if we could do the same for draw.
Would it be possible to add a "last modified" timestamp somewhere in the json so that we can use this when cleaning up old pads?
Thanks a bunch!
The text was updated successfully, but these errors were encountered: