Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Sep 24, 2024
1 parent febb040 commit a258265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void loadConfig() {
int specExpireDuration =
int.tryParse(env.getOrElse('SPEC_EXPIRE_DURATION', () => '300')) ?? 300;

logger.info('Starting Platform Decoder v2.1.0');
logger.info('Starting Platform Decoder v2.1.1');
logger.info('Number of isolates: $numberOfIsolates');
logger.info('Spec per isolate: $specPerIsolate');
logger.info('Spec expire duration: $specExpireDuration');
Expand Down

0 comments on commit a258265

Please sign in to comment.