How often xibo offline mode look for mounted USB

Asked by pj

How xibo offline client frequently looking for mounted USB in /media for updated content, is possible to set like every 15 minutes?

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

It's hardcoded to 30 seconds:

http://bazaar.launchpad.net/~xibo-maintainers/xibo/biela/view/head:/client/python/XiboClient.py#L3080

You could set it to 15 minutes, but I don't see why you'd want to have
to wait 15 minutes after inserting the memory stick before the client
begins updating. Surely you want to plug in the stick and have it
update as fast as possible so you can move on to the next display?

Alex

Revision history for this message
pj (puye) said :
#2

thanks for fast reply, anyway 15minutes is just an example if possible, since 30 seconds is acceptable no need to edit

Revision history for this message
pj (puye) said :
#3

Thanks Alex Harrington, that solved my question.