Throttle journalctl restarts
This addresses an issue with typeahead search generating a significant load on the system, a single filter test run can make ~100 calls to journalctl restart if not throttled.
This commit is contained in:
parent
6379950582
commit
d038d2bd55
2 changed files with 8 additions and 2 deletions
|
|
@ -58,6 +58,7 @@
|
|||
"raw-loader": "^0.5.1",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"throttle-debounce": "2.3.0",
|
||||
"xterm": "^3.14.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue