mirror of
https://github.com/schoebel/mars
synced 2025-02-18 21:17:05 +00:00
make aio slightly more robust
This commit is contained in:
parent
a596ee5a4d
commit
c0dcc32df4
@ -534,7 +534,7 @@ int aio_sync_thread(void *data)
|
||||
tinfo->event,
|
||||
kthread_should_stop() ||
|
||||
_dequeue(tinfo, false),
|
||||
60 * HZ);
|
||||
1 * HZ);
|
||||
|
||||
traced_lock(&tinfo->lock, flags);
|
||||
for (i = 0; i < MARS_PRIO_NR; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user