Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 9c2d895

Browse files
committed
only update channel suggest when idle
1 parent 21821fa commit 9c2d895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/channel/async/suggest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports.create = function (api) {
2828
}
2929
})
3030
return result
31-
})
31+
}, { idle: true })
3232

3333
watch(channels)
3434

0 commit comments

Comments
 (0)