You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/09/12 15:50:14 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2432] pings count is 10

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 4397ae7  [OPENMEETINGS-2432] pings count is 10
4397ae7 is described below

commit 4397ae7f3f526ea871327bc9b65debdf10ab1e27
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sat Sep 12 22:49:59 2020 +0700

    [OPENMEETINGS-2432] pings count is 10
---
 .../src/main/java/org/apache/openmeetings/web/room/raw-nettest.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-nettest.js b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-nettest.js
index 23c3757..871bdb8 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-nettest.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-nettest.js
@@ -1,6 +1,6 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 var NetTest = (function() {
-	const self = {}, PINGS = 5, LIMIT = 2000, URL = './services/networktest/'
+	const self = {}, PINGS = 10, LIMIT = 2000, URL = './services/networktest/'
 		, DELAY = 3000, KB = 1024, MB = KB * KB;
 	let output, lbls, net, tests, testName, testLabel, testNext, bulk = true;