Commit 3c514df
authored
fix systeminformation thread not ending (#4155)
This was introduced when running systeminformation in an own thread.
If the main thread ends before (e.g. when config has errors) the
systeminformation thread never ends.
As this can have side effects under pm2 or docker (because the app never
exits) this PR restores the old behavior.1 parent d4a5ebe commit 3c514df
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
331 | 345 | | |
332 | 346 | | |
333 | 347 | | |
0 commit comments