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:
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
}