From 6d4644faefdb3c73b3999744d622ef0dcffec02f Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Thu, 12 Sep 2019 09:42:53 +0300 Subject: [PATCH] Added list of enhancement ideas --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..80d7339 --- /dev/null +++ b/TODO @@ -0,0 +1,9 @@ +1. Use json file instead of dbm to save state on disk. It is small + enough to overwrite it completely each time it changes and no + need to support cocurrent access +2. Check mtime of configuration file and reread it if it changed. + Requires some refactoring + (log error and continue to use old loaded configuration if new file + contain errors. Store new timestamp to watch for further + modifications) + -- 2.39.2