Polish Javadoc

WebSocketMessageBrokerStats's Javadoc now states the correct default
logging period.

Closes gh-1691
This commit is contained in:
Alexander Münch 2018-02-17 23:42:58 +01:00 committed by Stephane Nicoll
parent 1ea233ac56
commit 37f19a4b43
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2017 the original author or authors. * Copyright 2002-2018 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -39,7 +39,7 @@ import org.springframework.web.socket.messaging.SubProtocolWebSocketHandler;
* {@code @EnableWebSocketMessageBroker} for Java config and * {@code @EnableWebSocketMessageBroker} for Java config and
* {@code <websocket:message-broker>} for XML. * {@code <websocket:message-broker>} for XML.
* *
* <p>By default aggregated information is logged every 15 minutes at INFO level. * <p>By default aggregated information is logged every 30 minutes at INFO level.
* The frequency of logging can be changed via {@link #setLoggingPeriod(long)}. * The frequency of logging can be changed via {@link #setLoggingPeriod(long)}.
* *
* <p>This class is declared as a Spring bean by the above configuration with the * <p>This class is declared as a Spring bean by the above configuration with the