Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Nov 22, 2024
1 parent 37aa9b6 commit 598b40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/karafka/web/management/actions/create_topics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def call(replication_factor)
replication_factor,
{
'cleanup.policy': 'compact',
'retention.ms': 24 * 60 * 60 * 1_000, # 1h
'retention.ms': 24 * 60 * 60 * 1_000, # 1 day
'segment.ms': 24 * 60 * 60 * 1_000, # 1 day
'segment.bytes': 104_857_600 # 100MB
}
Expand Down

0 comments on commit 598b40f

Please sign in to comment.