Skip to content

Commit

Permalink
Config: Default to non-hidden directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Feb 11, 2022
1 parent 267e317 commit 921147c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/agora/node/Config.d
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public struct NodeConfig
public Duration timeout = 5000.msecs;

/// Path to the data directory to store metadata and blockchain data
public string data_dir = ".cache";
public string data_dir = "data";

/// The duration between requests for doing periodic network discovery
public Duration network_discovery_interval = 5.seconds;
Expand Down

0 comments on commit 921147c

Please sign in to comment.