Skip to content

Commit

Permalink
Attempt to fix something 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jul 5, 2024
1 parent 858fc80 commit f35f9aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public class SPARQLProtocolWorkerTest {
.options(new WireMockConfiguration()
.useChunkedTransferEncoding(Options.ChunkedEncodingPolicy.NEVER)
.dynamicPort()
.maxRequestJournalEntries(100000)
.maxLoggedResponseSize(100000)
.notifier(new ConsoleNotifier(false))
.containerThreads(10)
.asynchronousResponseEnabled(true)
Expand Down

0 comments on commit f35f9aa

Please sign in to comment.