Skip to content

Commit

Permalink
SHIBUI-1050 Fixed min/max refresh delay factor
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Dec 10, 2018
1 parent 6cbed98 commit c48572e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
"step": 0.01
},
"placeholder": "label.real-number",
"minimum": 0,
"maximum": 1,
"minimum": 0.01,
"maximum": 0.99,
"default": null
},
"minCacheDuration": {
Expand Down

0 comments on commit c48572e

Please sign in to comment.