Skip to content

Commit 730189a

Browse files
authored
Revert "Lower max results to 50 (#848)" (#851)
This reverts commit 677774e.
1 parent fd6123e commit 730189a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/io/github/mojira/arisa/Executor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Executor(
1717
::getSearchResultsFromJira.partially1(config).partially1(MAX_RESULTS)
1818
) {
1919
companion object {
20-
private const val MAX_RESULTS = 50
20+
private const val MAX_RESULTS = 100
2121
}
2222

2323
data class ExecutionResults(

0 commit comments

Comments
 (0)