Open saidkholov opened 7 years ago
Sorry that this is many months after your question; but in the documentation there is the option of using "activeDuration." Using their example, activeDuration: 1000 * 60 * 5
would give you an additional 5 minutes, so long as there has been activity registered.
Hello, I think the question was about how to define the duration
parameter dynamically.
I have this question too, I would like to be able to change the duration at runtime, after the server fetched some configuration data.
How to set expire time dynamically? Perhaps I missed it in the documentation.