mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-04 06:28:57 +00:00
Changed default watcher timeout to 0ms, to default to no timeout.
This commit is contained in:
parent
1a66fcdad7
commit
a001754a3c
@ -133,7 +133,8 @@ async fn main() -> Result<(), anyhow::Error> {
|
||||
.then(|| {
|
||||
Watcher::new(
|
||||
builder.subscribe_events(),
|
||||
args.watch_debouncer_timeout_ms.unwrap_or(100.0),
|
||||
// TODO: Better default?
|
||||
args.watch_debouncer_timeout_ms.unwrap_or(0.0),
|
||||
)
|
||||
})
|
||||
.transpose()?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user