Skip to content

Commit

Permalink
fix for MID-3991
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jun 30, 2017
1 parent 7c25059 commit 820cfd0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@ public class PageTasks extends PageAdminTasks implements Refreshable {
public static final String ID_SYNCHRONIZE_WORKFLOW_REQUESTS = "synchronizeWorkflowRequests";

public static final String SELECTED_CATEGORY = "category";
private static final int REFRESH_INTERVAL = 10000; // don't set too low to prevent refreshing open inline menus (TODO skip refresh if a menu is open)
private static final int REFRESH_INTERVAL = 60000; // don't set too low to prevent refreshing open inline menus (TODO skip refresh if a menu is open)

private IModel<TasksSearchDto> searchModel;
private String searchText = "";
Expand Down

0 comments on commit 820cfd0

Please sign in to comment.