diff options
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index f46508f3..253c6926 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -36,7 +36,7 @@ angular.module('zmApp.controllers') 'url': '', // This is the ZM portal path 'apiurl': '', // This is the API path 'eventServer':'', //experimental Event server address - 'maxMontage': "10", //total # of monitors to display in montage + 'maxMontage': "100", //total # of monitors to display in montage 'streamingurl': "", 'maxFPS': "3", // image streaming FPS 'montageQuality': "50", // montage streaming quality in % |
