[#579] config: Change config example to be compatible with YAML 1.2 standard

In accordance with the YAML 1.2 specification, octal numbers must begin with the 0o prefix.

Change-Id: Icb2e83a4aa75c1eb91decd0b7c9b146aaa9fb3e2
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2025-04-02 11:07:15 +03:00
parent b924ecb850
commit 11493d587b
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD
2 changed files with 6 additions and 6 deletions

View file

@ -209,7 +209,7 @@ blobstor:
width: 4
- type: fstree
path: /path/to/blobstor/blobovnicza
perm: 0644
perm: 0o644
size: 4194304
depth: 1
width: 4
@ -269,7 +269,7 @@ gc:
```yaml
metabase:
path: /path/to/meta.db
perm: 0644
perm: 0o644
max_batch_size: 200
max_batch_delay: 20ms
```