diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-28 18:29:42 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-28 18:29:42 -0400 |
commit | c6cc41bc0f1d6567d1c18e285bf375e368ebf29d (patch) | |
tree | 382ae3e270e890e6cb0931f566c60814cdcc93a4 /getwtxt.yml | |
parent | eb33ceb75e6f7b385dac52821f14452c786099a2 (diff) | |
parent | 86b7c424cbcab57ff6b5157d79e0e7cebf3b318b (diff) | |
download | getwtxt-c6cc41bc0f1d6567d1c18e285bf375e368ebf29d.tar.gz |
Merge branch 'envs-net-patch-upgrade' v0.4.6
Diffstat (limited to 'getwtxt.yml')
-rw-r--r-- | getwtxt.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/getwtxt.yml b/getwtxt.yml index df92aca..3d91ff1 100644 --- a/getwtxt.yml +++ b/getwtxt.yml @@ -70,8 +70,8 @@ StdoutLogging: false MessageLog: "./logs/message.log" RequestLog: "./logs/request.log" -# This is the interval between data pushes from the -# in-memory cache to the on-disk database. +# This is the interval between data pushes from the +# in-memory cache to the on-disk database. DatabasePushInterval: "5m" # The time getwtxt will wait between attempts to scrape @@ -92,9 +92,9 @@ Instance: # requests. URL: "https://twtxt.example.com" - # Your name. + # Your name. OwnerName: "Anonymous Microblogger" - + # Your email address. Email: "nobody@knows" |