bump recheck interval back up to 15 seconds
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 28 May 2020 14:23:39 +0000 (10:23 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 28 May 2020 14:23:39 +0000 (10:23 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/circ/curbside/directives/to_be_staged_manager.js

index 94cca76..46d4142 100644 (file)
@@ -31,7 +31,7 @@ function($scope , $q , egCurbsideCoreSvc , egCore , egGridDataProvider ,
                         latestTime = latest;
                     }
                 });
-            }, 1000);
+            }, 15000);
         }
     }
     function stopRefreshCheck() {