General Storage using SuperNodes
Go to file
sairajzero 6b69469477 Bug fixes
- Changed some console.log to console.debug (Also added few more).
- Fixed: DB.lastLogTime not returning correct value
- Fixed: MySQL disconnection bug. Now using Pool connect for persistent connection.
- Fixed: connectNode not connecting properly due to a typo.
- Fixed: RECONNECT_NEXT_NODE const value not added
- Fixed: reconnectNextNode not triggered when only one node was online and a node comes online.
- Fixed: orderBackup not storing the order properly when less or just sufficient nodes available.
- Added: orderBackup to requesting data when sync is required
- Fixed: typo in sendStoredData
- Added: logInterval of _prevNode, _nextNode and _list
2021-07-26 05:31:54 +05:30
src Bug fixes 2021-07-26 05:31:54 +05:30
.gitignore Adding install modules 2021-07-22 19:54:38 +05:30
config-sample.json Rename config.json to config-sample.json 2021-07-22 03:32:08 +05:30
gen-param.html bug fix 2021-07-23 03:06:00 +05:30
launch.js bug fix 2021-07-23 03:06:00 +05:30
package.json Adding install modules 2021-07-22 19:54:38 +05:30
post-install.js bug fix 2021-07-23 03:06:00 +05:30