Skip to content

Commit

Permalink
Merge pull request #10 from prechac/feature/support-less-objects
Browse files Browse the repository at this point in the history
Raise max objects-per-juggler to 7
  • Loading branch information
amiel authored Dec 16, 2019
2 parents 258b343 + a8510f6 commit d696bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$cache = ($redis ? AppCache.new($redis) : AppCache.new(Redis.new))

MIN_OBJECTS = 1
MAX_OBJECTS_PER_PERSON = 5
MAX_OBJECTS_PER_PERSON = 7

class App

Expand Down

0 comments on commit d696bce

Please sign in to comment.