mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 19:45:12 +00:00
This commit is contained in:
parent
5f383923df
commit
53926a1ae6
@ -12,7 +12,7 @@ package fs
|
||||
import "github.com/syncthing/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo
|
||||
subEventMask = notify.Create | notify.FileModified | notify.FileRenameFrom | notify.FileDelete | notify.FileRenameTo | notify.FileNoFollow
|
||||
permEventMask = notify.FileAttrib
|
||||
rmEventMask = notify.FileDelete | notify.FileRenameFrom
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user