Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
py
nmsync
Commits
b76c8a64
Commit
b76c8a64
authored
Jan 16, 2021
by
j4hangir
😈
Browse files
debounce
parent
66ab9da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
nmsync/__init__.py
View file @
b76c8a64
...
...
@@ -27,7 +27,7 @@ def list_of(path: str):
class
FSEvents
(
FileSystemEventHandler
):
debounce
=
3.0
debounce
=
3.0
# secs
def
__init__
(
self
,
src
:
str
,
dst
:
str
,
logger
=
None
):
super
().
__init__
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment