From cf4427f4f094294034354b66b99d96f3626ab837 Mon Sep 17 00:00:00 2001 From: Namekuji Date: Sun, 28 May 2023 23:49:55 -0400 Subject: [PATCH] fix example config format --- .config/example.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index a83e02eda3..f5248fb9a0 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -88,13 +88,14 @@ redis: # No need to uncomment in most cases, but you may want to change # these settings if you plan to run a large and/or distributed server. -# cuid: { +# cuid: # # Min 16, Max 24 -# length: 16, +# length: 16 +# # # Set this to a unique string across workers (e.g., machine's hostname) # # if your workers are running in multiple hosts. -# fingerprint: "my-fingerperint", -# } +# fingerprint: my-fingerprint + # ┌─────────────────────┐ #───┘ Other configuration └─────────────────────────────────────