Skip to content

Commit

Permalink
add sleep for cleaning up memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed May 14, 2024
1 parent 545d3a3 commit 1912556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/spin/spinquic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ void Spin(Gbs& Gb, LockableVector<HQUIC>& Connections, std::vector<HQUIC>* Liste
break;
}
}
CxPlatSleep(1000);
}

CXPLAT_THREAD_CALLBACK(ServerSpin, Context)
Expand Down

0 comments on commit 1912556

Please sign in to comment.