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 646c7b4 commit 14866b2Copy full SHA for 14866b2
libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
@@ -462,7 +462,7 @@ int WiFiClientSecureCtx::_run_until(unsigned target, bool blocking) {
462
esp8266::polledTimeout::oneShotMs loopTimeout(_timeout);
463
464
for (int no_work = 0; blocking || no_work < 2;) {
465
- optimistic_yield(1000);
+ optimistic_yield(100);
466
467
if (loopTimeout) {
468
DEBUG_BSSL("_run_until: Timeout\n");
0 commit comments