From 957ed0a255855ffd8ef8069008f232a59f1793c9 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 9 Oct 2014 18:50:45 -0700 Subject: tweak User-Agent --- src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 } -- cgit v1.2.3