summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/devoptions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index d089f7c4..2d267436 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -64,7 +64,7 @@
<div class="item item-input-inset">
Max. items for Timeline&nbsp;
<label class="item-input-wrapper">
- <input type="tel" placeholder="200" ng-model="loginData.graphSize">
+ <input type="tel" placeholder="" ng-model="loginData.graphSize">
<br/>
</label>
@@ -72,7 +72,7 @@
</div>
- <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 2000">
+ <div class="item" style="background-color:#C8F7C5" ng-if="loginData.graphSize > 5000">
<label class="animated fadeInDown item-text-wrap" >
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.