We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2701db7 commit be6ac83Copy full SHA for be6ac83
1 file changed
src/Cache.php
@@ -4,7 +4,7 @@
4
class Cache
5
{
6
public static $prefix='mintyphp';
7
- public static $servers='localhost';
+ public static $servers='127.0.0.1';
8
public static $compressTreshold=20000;
9
public static $compressSavings=0.2;
10
0 commit comments