Decrease filesystem safety margin to 1 second
This commit is contained in:
parent
c29b47319f
commit
0166aaf7ba
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from . import state
|
|||
LOG = getLogger('PLEX.playlists')
|
||||
|
||||
# Safety margin for playlist filesystem operations
|
||||
FILESYSTEM_TIMEOUT = 3
|
||||
FILESYSTEM_TIMEOUT = 1
|
||||
# These filesystem events are considered similar
|
||||
SIMILAR_EVENTS = (events.EVENT_TYPE_CREATED, events.EVENT_TYPE_MODIFIED)
|
||||
|
||||
|
|
Loading…
Reference in a new issue