timeouts, default port

This commit is contained in:
Denys Savchenko
2024-06-29 11:08:51 +02:00
parent 56f7e9f152
commit fdaa15265b
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with Screenshare. If not, see <https://www.gnu.org/licenses/>.
*/
var frameinterval = 200; // 200 milliseconds means 5 frames per second
var frameinterval = 500; // 200 milliseconds means 5 frames per second
var frameerrcount = 0;
var screenfeedtimeout = null;