KodeKreatif / surelia-web-client

Other
0 stars 3 forks source link

Separated attachment remover script #164

Closed herpiko closed 8 years ago

herpiko commented 8 years ago

This script used to remove the old attachment that stored in surelia backend's db. The default livespan time is 24 hours / 36000 seconds.

Usage :

LIFETIME=10 node scripts/attachmentRemover.js

will removes the attachment that uploaded more than 10 seconds from now.

emhaye commented 8 years ago
LIFETIME=10 node scripts/attachmentRemover.js
emhaye commented 8 years ago

Ok :+1: