Skip to content

Commit

Permalink
UIPQB-124 Decrease test preview interval from 5s to 3s (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs authored Aug 29, 2024
1 parent f03bb4e commit de335c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder/QueryBuilder/helpers/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { valueBuilder } from './valueBuilder';
import { BOOLEAN_OPERATORS, BOOLEAN_OPERATORS_MAP, OPERATORS } from '../../../constants/operators';
import { getOperatorOptions } from './selectOptions';

export const DEFAULT_PREVIEW_INTERVAL = 5000;
export const DEFAULT_PREVIEW_INTERVAL = 3000;

export const getQueryStr = (rows, fieldOptions) => {
return rows.reduce((str, row, index) => {
Expand Down

0 comments on commit de335c0

Please sign in to comment.