Skip to content

Commit

Permalink
Allow MediaWikiSearchDocsAction to work while indexing etc
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Aug 22, 2023
1 parent 9c45c6f commit d0b41cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/org/mediawiki/MediaWikiSearchDocsAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ private static String getSearchUrl(@NotNull String textToSearch) {
}

public @NotNull ActionUpdateThread getActionUpdateThread() {
return ActionUpdateThread.BGT;
return ActionUpdateThread.EDT;
}
}

0 comments on commit d0b41cc

Please sign in to comment.