Skip to content

Commit

Permalink
revert me
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Nov 21, 2024
1 parent a9408fb commit dc28411
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions server/src/main/resources/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ prometheus.endpointPortNumber=9999
# Timeout for consumers to wait for block item before timing out.
# Default is 1500 milliseconds.
#consumer.timeoutThresholdMillis=1500
consumer.timeoutThresholdMillis=20000

#producer.type=NOOP
#mediator.type=NOOP
persistence.storage.type=NOOP
11 changes: 6 additions & 5 deletions simulator/src/main/resources/app.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ prometheus.endpointEnabled=false
# BlockAsFileLargeDataSets config
# ----------------------------------------------
#generator.folderRootPath=/Users/user/Downloads/block-0.0.3-perf
#generator.managerImplementation=BlockAsFileLargeDataSets
generator.folderRootPath=/Users/mattpeterson/Downloads/BN_Test_Data/block-0.0.3
generator.managerImplementation=BlockAsFileLargeDataSets

# Optional range configuration
#generator.startBlockNumber=1
#generator.endBlockNumber=2000
#generator.startBlockNumber=10
#generator.endBlockNumber=10

#blockStream.maxBlockItemsToStream=100_000_000
#blockStream.streamingMode=MILLIS_PER_BLOCK
#blockStream.millisecondsPerBlock=500
blockStream.streamingMode=MILLIS_PER_BLOCK
blockStream.millisecondsPerBlock=20
#blockStream.blockItemsBatchSize=1_000
#blockStream.delayBetweenBlockItems=3_000_000

Expand Down

0 comments on commit dc28411

Please sign in to comment.