We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598d8a1 commit 1111d26Copy full SHA for 1111d26
libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
@@ -479,7 +479,7 @@ int WiFiClientSecureCtx::_run_until(unsigned target, bool blocking) {
479
esp8266::polledTimeout::oneShotMs loopTimeout(_timeout);
480
481
for (int no_work = 0; blocking || no_work < 2;) {
482
- optimistic_yield(1000);
+ optimistic_yield(100);
483
484
if (loopTimeout) {
485
DEBUG_BSSL("_run_until: Timeout\n");
0 commit comments