Bläddra i källkod

Changed value accidentally altered during development

Andrew Collington 5 år sedan
förälder
incheckning
d01fe2b739
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -23,7 +23,7 @@ $options = [
     'allow_reset'      => true,          // give option to reset the whole cache
     'allow_reset'      => true,          // give option to reset the whole cache
     'allow_realtime'   => true,          // give option to enable/disable real-time updates
     'allow_realtime'   => true,          // give option to enable/disable real-time updates
     'refresh_time'     => 5,             // how often the data will refresh, in seconds
     'refresh_time'     => 5,             // how often the data will refresh, in seconds
-    'size_precision'   => 0,             // Digits after decimal point
+    'size_precision'   => 2,             // Digits after decimal point
     'size_space'       => false,         // have '1MB' or '1 MB' when showing sizes
     'size_space'       => false,         // have '1MB' or '1 MB' when showing sizes
     'charts'           => true,          // show gauge chart or just big numbers
     'charts'           => true,          // show gauge chart or just big numbers
     'debounce_rate'    => 250,           // milliseconds after key press to send keyup event when filtering
     'debounce_rate'    => 250,           // milliseconds after key press to send keyup event when filtering