Skip to content

Commit

Permalink
feat: change row to 2500
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu Min Han committed Jun 2, 2020
1 parent 1b40bab commit 9e6f1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/state/models/QueryModel.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { baseURL } from 'app/state/api';
import { action, Action } from 'easy-peasy';

export const ROWS = 5000000;
export const ROWS = 2500;

export interface QueryModel {
url: string;
Expand Down

0 comments on commit 9e6f1c0

Please sign in to comment.