From 504598b320c689cca3d1bbf523a4dd82f69d7a61 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 28 Sep 2017 16:56:25 +0200 Subject: Add thread pool for experiment platform --- .../main/kotlin/nl/atlarge/opendc/integration/jpa/schema/Datacenter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/integration') diff --git a/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/integration/jpa/schema/Datacenter.kt b/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/integration/jpa/schema/Datacenter.kt index 26cf9706..1e6eaa2b 100644 --- a/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/integration/jpa/schema/Datacenter.kt +++ b/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/integration/jpa/schema/Datacenter.kt @@ -57,7 +57,7 @@ data class Datacenter( * The interval at which task will be (re)scheduled. * We set this to a fixed constant since the database provides no way of configuring this. */ - override val interval: Duration = 50 + override val interval: Duration = 10 /** * The initial state of the datacenter. -- cgit v1.2.3