Fix sample formatting

This commit is contained in:
Stephane Nicoll 2020-12-23 17:19:18 +01:00
parent 1fd17cf641
commit 1a2577a07e
1 changed files with 3 additions and 3 deletions

View File

@ -4991,9 +4991,9 @@ You can further tune how `Sniffer` is configured, as shown in the following exam
spring:
elasticsearch:
rest:
sniffer:
interval: 10m
delay-after-failure: 30s
sniffer:
interval: 10m
delay-after-failure: 30s
----