diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-01 14:52:22 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-01 14:52:22 -0400 |
| commit | 9faf95be527b8b7c23e4ed4226c35bb771129f41 (patch) | |
| tree | 6d5baa8fc0b2a06d2ccb46ad9be75cce64bc34e8 /www/js/EventsGraphsCtrl.js | |
| parent | bcdc2629d7b289c48776169c350d8da3b74f64d4 (diff) | |
Made various tweaks to config files and code to make things work on Android. Using crosswalk for Android for better performance
Diffstat (limited to 'www/js/EventsGraphsCtrl.js')
| -rw-r--r-- | www/js/EventsGraphsCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventsGraphsCtrl.js b/www/js/EventsGraphsCtrl.js index 8523a5c7..5cd5e71a 100644 --- a/www/js/EventsGraphsCtrl.js +++ b/www/js/EventsGraphsCtrl.js @@ -87,7 +87,7 @@ angular.module('zmApp.controllers').controller('zmApp.EventsGraphsCtrl', functio console.log("Monitor event URL:" + url); if (!ZMDataModel.isSimulated()) { - $http.get(url) + $http.get(url, {timeout:10000}) .success(function (data) { console.log("**** EVENT COUNT FOR MONITOR " + monitors[j].Monitor.Id + " IS " + data.pagination.count); |
