Remove spray configuration
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 28 Jun 2012 11:56:19 +0000 (14:56 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 28 Jun 2012 11:56:19 +0000 (14:56 +0300)
src/main/resources/akka.conf
src/test/resources/akka.conf

index 3a7cdef..f801921 100644 (file)
@@ -8,12 +8,4 @@ akka {
     # Default throughput for all ExecutorBasedEventDrivenDispatcher, set to 1 for complete fairness
     throughput = 1
   }
-
-  # spray-can config
-  spray-can {
-    server {
-      service-actor-id = "spray-root-service"
-      timeout-actor-id = "spray-root-service" # we want to handle timeouts with the same service actor
-      request-timeout = 3000 # require all requests to be completed within 3 seconds
-    }
 }
\ No newline at end of file
index 7690bad..3519279 100644 (file)
@@ -8,12 +8,4 @@ akka {
     # Default throughput for all ExecutorBasedEventDrivenDispatcher, set to 1 for complete fairness
     throughput = 1
   }
-
-  # spray-can config
-  spray-can {
-    server {
-      service-actor-id = "spray-root-service"
-      timeout-actor-id = "spray-root-service" # we want to handle timeouts with the same service actor
-      request-timeout = 3000 # require all requests to be completed within 3 seconds
-    }
 }
\ No newline at end of file