Skip to content

Commit

Permalink
Changing maxsize variable type to Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezborder authored Nov 9, 2024
1 parent 2641831 commit d36de12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
attribute :zk_hosts, kind_of: String, default: 'localhost:2181'
attribute :managers_list, kind_of: Array, default: ['localhost']
attribute :port, kind_of: Integer, default: 9092
attribute :maxsize, kind_of: Float, default: 1024.0
attribute :maxsize, kind_of: Integer, default: 1024
attribute :ipaddress, kind_of: String, default: '127.0.0.1'

0 comments on commit d36de12

Please sign in to comment.