Enrico Risa
Enrico Risa
@StarpTech i meant you could use the new OrientDB.Pool but it is for 1 db only. You should create in this case 1 Pool for db. Let me see if...
hi @StarpTech here an example of a route with express. You could use ODatabase for each database in multitenant ``` JAVASCRIPT var express = require('express'); var router = express.Router(); var...
in 2.1.x you should activate also the JWT server side in orientdb-server-config.xml ``` XML ```
hi @StarpTech you can use directly the db. Yes the OrientJs.Pool is a pool of ODatabase instances that you can manually acquire/release But you can also use ODatabase with the...
Hi @zhiguan-hanks are you orientjs within Electron ? Did you try directly with nodejs socket?
hi @zhiguan-hanks i was not able to reproduce it on OSX did your workaround work? ``` //Sunrise socket.setTimeout(10); socket.setKeepAlive(true); // End Sunrise ```
@zhiguan-hanks can you try without electron if it has the same behaviour ?
Ok @zhiguan-hanks let me know, otherwise i will set up a Windows environment and test it Thanks
hi @royalpinto the setting `embeddedToSbtreeBonsaiThreshold` does not change the created nodes The support for Tree-Based Ridbag is not yet implemented.
It will be supported in protocol V37 https://github.com/orientechnologies/orientjs/issues/251