mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 11:13:29 +00:00
Change default value for system polling.
This commit is contained in:
parent
df1905d86c
commit
88f6245d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class NFStreamer(object):
|
|||
n_meters=0,
|
||||
performance_report=0,
|
||||
system_visibility_mode=0,
|
||||
system_visibility_poll_ms=0,
|
||||
system_visibility_poll_ms=100,
|
||||
system_visibility_extension_port=28314):
|
||||
with NFStreamer.glock:
|
||||
NFStreamer.streamer_id += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue