We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6123e commit 730189aCopy full SHA for 730189a
1 file changed
src/main/kotlin/io/github/mojira/arisa/Executor.kt
@@ -17,7 +17,7 @@ class Executor(
17
::getSearchResultsFromJira.partially1(config).partially1(MAX_RESULTS)
18
) {
19
companion object {
20
- private const val MAX_RESULTS = 50
+ private const val MAX_RESULTS = 100
21
}
22
23
data class ExecutionResults(
0 commit comments