Skip to content

Commit

Permalink
Update verify.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kempfdaniel committed Aug 27, 2023
1 parent 9f89003 commit e7dab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/components/verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void CVerify::OnRender()

CTimeout Timeout{10000, 0, 8000, 10};
auto StartTime = time_get_nanoseconds();
CHttpRequest *pGet = HttpGet("https://ger10.ddnet.tw/").release();
CHttpRequest *pGet = HttpGet("https://ger10.ddnet.org/").release();
pGet->Timeout(Timeout);
IEngine::RunJobBlocking(pGet);
auto Time = std::chrono::duration_cast<std::chrono::milliseconds>(time_get_nanoseconds() - StartTime);
Expand Down

0 comments on commit e7dab3e

Please sign in to comment.