mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
log poll default to false
This commit is contained in:
@@ -70,7 +70,7 @@ const Log: Component<{
|
||||
const buffer = useBuffer(scrolled, 250);
|
||||
const [poll, togglePoll] = useLocalStorageToggle(
|
||||
"deployment-log-polling",
|
||||
true
|
||||
false
|
||||
);
|
||||
clearInterval(interval);
|
||||
interval = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user