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:
Justin Stephenson 2021-07-07 10:24:52 -04:00
parent 6379950582
commit d038d2bd55
2 changed files with 8 additions and 2 deletions

View file

@ -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"
}
}