From: Victor Wagner Date: Thu, 12 Sep 2019 06:42:53 +0000 (+0300) Subject: Added list of enhancement ideas X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fdyngo.git;a=commitdiff_plain;h=6d4644faefdb3c73b3999744d622ef0dcffec02f Added list of enhancement ideas --- 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) +