Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit 41d8836

Browse files
author
toni.lopez
committed
Changing default port to 8125.
1 parent b0abfe1 commit 41d8836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Statsd/Client/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Configuration
2222
/**
2323
* @const int
2424
*/
25-
const DEFAULT_PORT = 8126;
25+
const DEFAULT_PORT = 8125;
2626

2727
/**
2828
* @const string

0 commit comments

Comments
 (0)