Skip to content

Commit e1d6873

Browse files
committed
TMP
1 parent 7d29444 commit e1d6873

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/tx/conveyor/service/worker.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ void TWorker::UpdateCPUSoftLimit(const double cpuSoftLimit) {
7171
return;
7272
}
7373

74+
Sleep(TDuration::MilliSeconds(10));
75+
76+
AFL_VERIFY(!Instants.empty());
7477
auto wakeupTime = Instants.back();
7578
if (CPUSoftLimit < 1) {
7679
wakeupTime += GetWakeupDuration();

0 commit comments

Comments
 (0)