Skip to content

Commit

Permalink
Merge pull request #3 from skimhub/develop
Browse files Browse the repository at this point in the history
Merging develop to master: increased limits to 200
  • Loading branch information
rathko authored Jul 31, 2020
2 parents 6de4e6c + 70c63c9 commit 60d935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/limit/limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const AVAILABLE_LIMITS = [5, 10, 25, 50, 100];
export const AVAILABLE_LIMITS = [5, 10, 25, 50, 100, 150, 200];

0 comments on commit 60d935b

Please sign in to comment.