]> www.wagner.pp.ru Git - oss/dyngo.git/commitdiff
Added list of enhancement ideas
authorVictor Wagner <vitus@wagner.pp.ru>
Thu, 12 Sep 2019 06:42:53 +0000 (09:42 +0300)
committerVictor Wagner <vitus@wagner.pp.ru>
Thu, 12 Sep 2019 06:42:53 +0000 (09:42 +0300)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
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)
+