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