Changed diffs to be async and dropped git delay
This commit is contained in:
parent
c4da8c46f7
commit
9c82954877
4 changed files with 70 additions and 51 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue