]> jspc29.x-matter.uni-frankfurt.de Git - labtools.git/commitdiff
Enable caching for power supply GUI
authorJan Michel <j.michel@gsi.de>
Mon, 22 May 2017 09:04:29 +0000 (11:04 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 22 May 2017 09:04:29 +0000 (11:04 +0200)
powersupplies/web/htdocs/pwr.pl

index 00eb3d62b617dd27d0b4792c6ab3aa6bca4d316d..aa6c0bc469fe3d9dc1d04bad285a9122df8f364c 100755 (executable)
@@ -218,7 +218,7 @@ sub serial_rw {
 
 sub getValue {
   my ($fh,$cmd,$cnt,$forceread) = @_;
-  if (0 && defined $db->{$cmd.$cnt}{tim} && $db->{$cmd.$cnt}{tim} > time()-2) {
+  if (defined $db->{$cmd.$cnt}{tim} && $db->{$cmd.$cnt}{tim} > time()-2) {
     return $db->{$cmd.$cnt}{val};
     }
   else {