Skip to content

Commit c3a2a8a

Browse files
committed
- volatile
1 parent a2903c2 commit c3a2a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/CommunicationConnectionPoolMetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class CommunicationConnectionPoolMetricsTest extends GridCommonAbstractTe
8080
private volatile long maxConnIdleTimeout = TcpCommunicationSpi.DFLT_IDLE_CONN_TIMEOUT;
8181

8282
/** */
83-
private volatile int ackSendThreshold = TcpCommunicationSpi.DFLT_ACK_SND_THRESHOLD;
83+
private int ackSendThreshold = TcpCommunicationSpi.DFLT_ACK_SND_THRESHOLD;
8484

8585
/** */
8686
private volatile int createClientDelay;

0 commit comments

Comments
 (0)