diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/devoptions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index b859b275..d089f7c4 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -72,10 +72,10 @@ </div> - <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 400"> + <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 2000"> <label class="animated fadeInDown item-text-wrap" > - A value larger than 200 for mobile devices and 500 for desktops can affect timeline performance. + A large value can affect timeline performance. If you find timeline performance slow, try reducing the value to 200 and work your way up from there. </label> </div> |
