This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change sleep 100ms -> 1ms
master
Jonathan Strong
5 years ago
parent
a7ffcba0e5
commit
87302bd2fa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/influx.rs
+ 1
- 1
src/influx.rs
View File
@@ -698,7 +698,7 @@ impl InfluxWriter {
Err(_) => break 'rx
}
}
thread::sleep(Duration::from_millis(1
00
));
thread::sleep(Duration::from_millis(1));
}
}
Write
Preview
Loading…
Cancel
Save