mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
Add option to servatrice to disable replay storage.
This commit is contained in:
parent
de1b925b7d
commit
fefceac2c6
3 changed files with 9 additions and 0 deletions
|
|
@ -193,6 +193,11 @@ roomlist\1\game_types\3\name="GameType3"
|
|||
; default is 120
|
||||
max_game_inactivity_time=120
|
||||
|
||||
; All actions during a game are recorded and stored in the database as a replay that all participants of
|
||||
; the game can go back to and review after the game is closed. This can require a fairly large amount of
|
||||
; storage to save all the information. Disable this option to prevent the storing of replay data in
|
||||
; the database. Default value is true.
|
||||
store_replays=true
|
||||
|
||||
[security]
|
||||
; You may want to restrict the number of users that can connect to your server at any given time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue