Skip to content

Commit 14866b2

Browse files
committed
Review provided rationale for original interval value.
1 parent 646c7b4 commit 14866b2

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

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

467467
if (loopTimeout) {
468468
DEBUG_BSSL("_run_until: Timeout\n");

0 commit comments

Comments
 (0)