Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #96 from meteorfox/bug/use-localhost
Browse files Browse the repository at this point in the history
Use localhost as default DB hostname
  • Loading branch information
meteorfox authored Jan 25, 2020
2 parents 9ca1867 + f08ee78 commit ab72090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/PerfOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ final class PerfOptions {

public bool $notBenchmarking = false;

public string $dbHost = '127.0.0.1'; //The hostname/IP of server which hosts the database.
public string $dbHost = 'localhost'; //The hostname/IP of server which hosts the database.
public int $memcachedPort; //The hostname/IP of server which hosts memcached.
public int $memcachedThreads; // Number of memcached threads

Expand Down

0 comments on commit ab72090

Please sign in to comment.