update TODO

master
Ringo Watanabe 6 years ago
parent b5d7bbbd62
commit a3dfc4313d

@ -0,0 +1,9 @@
Server:
!!Move backend call out of request callback for /info!!
Add UNIX socket listener to node server for daemon communication.
Add option to save/load state of server.
Client:
Add more aggregate graphs
Add options to enable rolling and purging of session graphs

@ -8,8 +8,8 @@ var config = {
RTBWCTL_FILENAME: "./backend/rtbwctl.py",
BACKEND_SOCKET: "./backend/rtbw.sock",
BUFFER_PURGE_TIME: 300000,//20000,//300000, //5 minutes
SUPERBUFFER_PURGE_TIME: 3000000//3000000 //50 minutes
BUFFER_PURGE_TIME: 600000, //10 minutes
SUPERBUFFER_PURGE_TIME: 86400000 //24 hours
};
module.exports = config;

Loading…
Cancel
Save