Rename UpdateInitialValues() to SyncReferenceValues()
[pstop.git] / BUGS
diff --git a/BUGS b/BUGS
index a42c40a..2556f67 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -7,5 +7,13 @@ See also NEW_FEATURES for things which probably need adding soon.
 by looking at the pattern defined in the server. Currently I'm using
 hard-coded stuff which matches personal usage.
 
-2. Only tested on MySQL 5.6. It should be possible to make this work
-on MySQL 5.7 and also MariaDB 10.0 but that has not been tested yet.
+2. Only tested on MySQL 5.6 and MariaDB 10.0. It should be possible
+to make this work on MySQL 5.7 but that has not been tested yet.
+
+3. Latency issues over slow connections. Perhaps should use compressed
+connection to speed things up?
+
+4. Inefficient collection of data. I'm calculating stuff for the
+things I'm not actually displaying, so I should split this so that
+the display part does the calculations when needed and only the raw
+values are collected.