Skip to content

Commit 42e9d8b

Browse files
committed
default values
1 parent 60359c2 commit 42e9d8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/server-docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ This page describes the various configuration properties used in the application
104104
| Property | Description | Default | Possible Values |
105105
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------------------ |
106106
| `SAVEFILES_ENABLED` | Enables or disables savefile uploads. You may need to set up a volume for savefiles for them to persist. | `false` | `true`, `false` |
107-
| `SAVEFILES_MAX_SIZE` | Sets the maximum size for savefile uploads. | `10 gb` | e.g. "10 mb", "5 gb", "300 kb" |
108-
| `SAVEFILES_MAX_SAVES` | Sets the maximum number of savefiles per game and per user. Once this limit is reached, the oldest savefile will be deleted on the next upload. | `100` | Any number |
107+
| `SAVEFILES_MAX_SIZE` | Sets the maximum size for savefile uploads. | `1 gb` | e.g. "10 mb", "5 gb", "300 kb" |
108+
| `SAVEFILES_MAX_SAVES` | Sets the maximum number of savefiles per game and per user. Once this limit is reached, the oldest savefile will be deleted on the next upload. | `10` | Any number |
109109

110110
## METADATA
111111

0 commit comments

Comments
 (0)