Browse Source

No longer require this tpe declaration as the tpe is declared in code.

Christopher Hunt 12 years ago
parent
commit
8eec171d26
1 changed files with 0 additions and 11 deletions
  1. 0 11
      play-scala/conf/application.conf

+ 0 - 11
play-scala/conf/application.conf

@@ -82,17 +82,6 @@ play {
           parallelism-max = 300
         }
       }
-      db = {
-        executor = "thread-pool-executor"
-        thread-pool-executor {
-          core-pool-size-factor = 1.0
-          core-pool-size-min = 256
-          core-pool-size-max = 256
-          max-pool-size-factor = 1.0
-          max-pool-size-min = 256
-          max-pool-size-max = 256
-        }
-      }
     }
   }
 }