Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-10-10 05:50:45 +0400
committerChris Rebert <github@rebertia.com>2014-10-10 05:50:45 +0400
commit957ed0a255855ffd8ef8069008f232a59f1793c9 (patch)
tree7b4dedc12f33affd9c766ca720d190462b1d6b05 /src
parentae4710d99f95fe0d5920a5adc942679bba5b7f27 (diff)
tweak User-Agent
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/application.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index bcc55f0..c991fd8 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -8,7 +8,7 @@ spray.can {
}
client {
- user-agent-header = "Rorschach/0.1 (https://github.com/cvrebert/rorschach)"
+ user-agent-header = "TwbsRorschach/0.1 (https://github.com/cvrebert/rorschach)"
request-timeout = 20 s
idle-timeout = 15 s
}