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

Use localhost as default DB hostname #96

Merged
merged 1 commit into from
Jan 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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