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 041d2bb commit 671a967Copy full SHA for 671a967
libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
@@ -487,7 +487,7 @@ int WiFiClientSecureCtx::_run_until(unsigned target, bool blocking) {
487
esp8266::polledTimeout::oneShotMs loopTimeout(_timeout);
488
489
for (int no_work = 0; blocking || no_work < 2;) {
490
- optimistic_yield(1000);
+ optimistic_yield(100);
491
492
if (loopTimeout) {
493
DEBUG_BSSL("_run_until: Timeout\n");
0 commit comments