Skip to content

Commit

Permalink
Fixing debug mode configuration on local node
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Stefanov <stefan.stefanooov@gmail.com>
  • Loading branch information
stefan-stefanooov committed Dec 18, 2023
1 parent 7b5e404 commit e314d8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/state/InitState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ export class InitState implements IState{
application.hedera.mirror.importer.downloader.sources = originalNodeConfiguration.turboNodeProperties.sources;
}

if(debugMode) {
application.hedera.mirror.importer.downloader.local.deleteAfterProcessing = false
}
application.hedera.mirror.importer.downloader.local.deleteAfterProcessing = !debugMode

// if (multiNode) {
// application['hedera']['mirror']['monitor']['nodes'] = originalNodeConfiguration.multiNodeProperties
Expand Down

0 comments on commit e314d8b

Please sign in to comment.