thaliproject / Thali_CordovaPlugin

Thali p2p plugin
MIT License
226 stars 44 forks source link

ThaliCore: invite peer timeout value #1947

Closed enricogior closed 6 years ago

enricogior commented 6 years ago

In Browser.swift, a timeout value is defined for Browser.invitePeer(). Originally it was set to 30s, than reduced to 5s and after trying to reduce it to 1s, it was set to 2.5s based on tests results. We still don't know if 2.5s is an optimal value for the real world scenario.