Просмотр исходного кода
rust-compress-state debug: indent the chonky json
If the room list gets posted in the debug step, at least make it readable.
pull/905/head
pushytoxin
5 лет назад
committed by
GitHub
Родитель
Сommit
f6acb17085
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов:
1 добавлений и
1 удалений
-
roles/matrix-synapse/tasks/rust-synapse-compress-state/main.yml
|
|
|
@@ -100,7 +100,7 @@ |
|
|
|
The following rooms contain more than {{ matrix_synapse_rust_synapse_compress_state_min_state_groups_required }} state group rows |
|
|
|
(configurable via `matrix_synapse_rust_synapse_compress_state_min_state_groups_required`) |
|
|
|
and will be compressed: |
|
|
|
{{ matrix_synapse_rust_synapse_compress_state_eligible_rooms }} |
|
|
|
{{ matrix_synapse_rust_synapse_compress_state_eligible_rooms | to_nice_json(indent=2) }} |
|
|
|
|
|
|
|
- name: Compress room state |
|
|
|
include_tasks: "{{ role_path }}/tasks/rust-synapse-compress-state/compress_room.yml" |
|
|
|
|