Reduce number of threads needed for FsWatcher

This commit is contained in:
Lucien Greathouse
2019-01-28 17:11:01 -08:00
parent 12fd9aa1ef
commit 3c0fe4d684
3 changed files with 81 additions and 53 deletions

View File

@@ -41,7 +41,7 @@ impl LiveSession {
let fs_watcher = FsWatcher::start(
Arc::clone(&imfs),
Arc::clone(&rbx_session),
Some(Arc::clone(&rbx_session)),
);
let session_id = SessionId::new();