diff Core/WebServiceParameters.cpp @ 2032:65b1ce7cb84f

Replaced "localhost" by "127.0.0.1", as it might impact performance on Windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jun 2016 09:26:56 +0200
parents fefbe71c2272
children 5b93382f88e1
line wrap: on
line diff
--- a/Core/WebServiceParameters.cpp	Mon Jun 20 16:03:26 2016 +0200
+++ b/Core/WebServiceParameters.cpp	Tue Jun 21 09:26:56 2016 +0200
@@ -43,7 +43,7 @@
 {
   WebServiceParameters::WebServiceParameters() : 
     advancedFormat_(false),
-    url_("http://localhost:8042/"),
+    url_("http://127.0.0.1:8042/"),
     pkcs11Enabled_(false)
   {
   }