File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ if(!javaxt.dhtml) javaxt.dhtml={};
5
5
//** Http Authentication
6
6
//*****************************************************************************/
7
7
/**
8
- * Used to perform BASIC HTTP authentication using a technique outlined in
9
- * the following article:
10
- * http://www.javaxt.com/Tutorials/Javascript/Form_Based_HTTP_Authentication
8
+ * Used to perform BASIC HTTP authentication
11
9
*
12
10
******************************************************************************/
13
11
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ javaxt.dhtml.WebSocket = function(config) {
35
35
url : "" ,
36
36
37
37
/** Interval used to check whether the websocket is still alive and send
38
- * ping messages. Value is in milliseconds. Default is 15000 (15 seconds).
38
+ * ping messages. Value is in milliseconds. Default is 15000 (1.5 seconds).
39
39
*/
40
40
keepAlive : 15000 ,
41
41
You can’t perform that action at this time.
0 commit comments