Skip to content

Commit

Permalink
docs: reuse 333 as capacity value for rooms list
Browse files Browse the repository at this point in the history
  • Loading branch information
yonbh committed May 21, 2024
1 parent 07e491d commit 0362020
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
players: # an empty list, with a capacity set to 10.
capacity: 10 # capacity value, defaults to 1000.
rooms: # note that it is allowed to have the same key name with one used in counters
capacity: 5
capacity: 333
values: # initial values can also be set for lists
- room1
- room2
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Reference/gameserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
# players: # an empty list, with a capacity set to 10.
# capacity: 10 # capacity value, defaults to 1000.
# rooms: # note that it is allowed to have the same key name with one used in counters
# capacity: 5
# capacity: 333
# values: # initial values can also be set for lists
# - room1
# - room2
Expand Down Expand Up @@ -203,7 +203,7 @@ spec:
players: # an empty list, with a capacity set to 10.
capacity: 10 # capacity value, defaults to 1000.
rooms: # note that it is allowed to have the same key name with one used in counters
capacity: 5
capacity: 333
values: # initial values can also be set for lists
- room1
- room2
Expand Down

0 comments on commit 0362020

Please sign in to comment.