Skip to content

Commit

Permalink
doc: improve available save storage warning; resolves #288
Browse files Browse the repository at this point in the history
  • Loading branch information
tmedwards committed Apr 8, 2024
1 parent de4afd7 commit 63c08d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/api-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ When enabled, an auto save is attempted each turn by default. Thus, it is recom
</p>

<p role="note" class="warning"><b>Warning:</b>
As each used browser-based save consumes very limited storage space, it is <strong><em>strongly recommended</em></strong> that the number of available saves not be set too high. A range of <code>1</code>–<code>10</code> is suggested.
As available browser-based storage is very limited, it is <strong><em>strongly recommended</em></strong> that the number of available saves not be set too high. A range of <code>1</code>–<code>10</code> is suggested.
</p>

#### History:
Expand All @@ -686,7 +686,7 @@ Config.saves.maxAutoSaves = 3;
Sets the maximum number of available slot saves. Using a value of `0` disables slot saves.

<p role="note" class="warning"><b>Warning:</b>
As each used browser-based save consumes very limited storage space, it is <strong><em>strongly recommended</em></strong> that the number of available saves not be set too high. A range of <code>1</code>–<code>10</code> is suggested.
As available browser-based storage is very limited, it is <strong><em>strongly recommended</em></strong> that the number of available saves not be set too high. A range of <code>1</code>–<code>10</code> is suggested.
</p>

#### History:
Expand Down

0 comments on commit 63c08d0

Please sign in to comment.