Skip to content

Commit fd37c3e

Browse files
committed
gc is enabled by default
1 parent 81b6abc commit fd37c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server-docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Sure, here's the filled-in table:
9595
| `IMAGE_MAX_SIZE_IN_KB` | he maximum size for image uploads in kilobytes. Set it to 0 to disable image uploads. | `10000` (10MB) | Any number |
9696
| `IMAGE_GOOGLE_API_RATE_LIMIT_COOLDOWN_IN_HOURS` | The amount of time to wait when the server reaches the rate limit for the Google Images API. | `24` | Any number |
9797
| `IMAGE_SUPPORTED_IMAGE_FORMATS` | List of supported image formats (MIME Types) on this server, separated by commas. | `image/bmp, image/jpeg, image/png, image/tiff, image/gif, image/x-icon` | List of `image/*` content types. |
98-
| `IMAGE_GC_DISABLED` | Whether or not image garbage collection is enabled. | `true` | `true`, `false` |
98+
| `IMAGE_GC_DISABLED` | Whether or not image garbage collection is enabled. | `false` | `true`, `false` |
9999
| `IMAGE_GC_INTERVAL_IN_MINUTES` | The interval in minutes for image garbage collection. | `60` | Any number |
100100

101101
## PLUGIN

0 commit comments

Comments
 (0)