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 <[email protected]>
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;
 

Reply via email to