yodata 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/data/plugin.js +1 -1
- package/package.json +1 -1
package/data/plugin.js
CHANGED
@@ -10,7 +10,7 @@ constructor (dataBaseID, options = {}) {
|
|
10
10
|
super (dataBaseID, options = {})
|
11
11
|
|
12
12
|
this.dataBaseID = dataBaseID
|
13
|
-
this.project = new ws(`wss://y0data.glitch.me/?database_id=${this.dataBaseID}
|
13
|
+
this.project = new ws(`wss://y0data.glitch.me/?database_id=${this.dataBaseID}`, options.ws || {cache: false})
|
14
14
|
|
15
15
|
if(!options.nameProcess) options.nameProcess = "plugin"
|
16
16
|
|