Skip to content

Commit 671a967

Browse files
committed
Review provided rationale for original interval value.
1 parent 041d2bb commit 671a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ int WiFiClientSecureCtx::_run_until(unsigned target, bool blocking) {
487487
esp8266::polledTimeout::oneShotMs loopTimeout(_timeout);
488488

489489
for (int no_work = 0; blocking || no_work < 2;) {
490-
optimistic_yield(1000);
490+
optimistic_yield(100);
491491

492492
if (loopTimeout) {
493493
DEBUG_BSSL("_run_until: Timeout\n");

0 commit comments

Comments
 (0)