Skip to content

Commit 91de73e

Browse files
committed
Review provided rationale for original interval value.
1 parent 99bf51e commit 91de73e

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
@@ -460,7 +460,7 @@ int WiFiClientSecureCtx::_run_until(unsigned target, bool blocking) {
460460
esp8266::polledTimeout::oneShotMs loopTimeout(_timeout);
461461

462462
for (int no_work = 0; blocking || no_work < 2;) {
463-
optimistic_yield(1000);
463+
optimistic_yield(100);
464464

465465
if (loopTimeout) {
466466
DEBUG_BSSL("_run_until: Timeout\n");

0 commit comments

Comments
 (0)