Changed diffs to be async and dropped git delay

This commit is contained in:
Julia 2022-09-15 19:06:45 -04:00
parent c4da8c46f7
commit 9c82954877
4 changed files with 70 additions and 51 deletions

View file

@ -734,7 +734,7 @@ impl<T: Item> ItemHandle for ViewHandle<T> {
);
}
const GIT_DELAY: Duration = Duration::from_millis(600);
const GIT_DELAY: Duration = Duration::from_millis(10);
let item = item.clone();
pending_git_update.fire_new(
GIT_DELAY,