mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
parent
742ab17a2a
commit
409cb2beb8
@ -11,7 +11,7 @@ package fs
|
||||
import "github.com/syncthing/notify"
|
||||
|
||||
const (
|
||||
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation
|
||||
subEventMask = notify.FileNotifyChangeFileName | notify.FileNotifyChangeDirName | notify.FileNotifyChangeSize | notify.FileNotifyChangeCreation | notify.FileNotifyChangeLastWrite
|
||||
permEventMask = notify.FileNotifyChangeAttributes
|
||||
rmEventMask = notify.FileActionRemoved | notify.FileActionRenamedOldName
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user