@ -165,7 +165,7 @@ where
|
|||||||
// in tested environments.
|
// in tested environments.
|
||||||
if !sustained {
|
if !sustained {
|
||||||
while shared_tx_active_thread_count.load(Ordering::Relaxed) > 0 {
|
while shared_tx_active_thread_count.load(Ordering::Relaxed) > 0 {
|
||||||
sleep(Duration::from_millis(100));
|
sleep(Duration::from_millis(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user