1
0
mirror of synced 2025-07-02 20:02:24 +03:00
* Add benchmark unit test

* Update

* Update

* Update

* Change the default value of CPPHTTPLIB_IDLE_INTERVAL_USECOND to 1ms
This commit is contained in:
yhirose
2025-06-24 07:44:10 -04:00
committed by GitHub
parent 27879c4874
commit 91e79e9a63
2 changed files with 42 additions and 1 deletions

View File

@ -76,7 +76,7 @@
#ifndef CPPHTTPLIB_IDLE_INTERVAL_USECOND
#ifdef _WIN32
#define CPPHTTPLIB_IDLE_INTERVAL_USECOND 10000
#define CPPHTTPLIB_IDLE_INTERVAL_USECOND 1000
#else
#define CPPHTTPLIB_IDLE_INTERVAL_USECOND 0
#endif