<?xml version="1.0" encoding="UTF-8"?>
<bpm-platform
	xmlns="http://www.camunda.org/schema/1.0/BpmPlatform"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.camunda.org/schema/1.0/BpmPlatform http://www.camunda.org/schema/1.0/BpmPlatform ">

	<job-executor>
		<job-acquisition name="default">
			<properties>
				<property name="maxWait">1</property>
				<property name="waitTimeInMillis">1</property>
				<!-- <property name="lockTimeInMillis">100000</property> -->
			</properties>
		</job-acquisition>
	</job-executor>

</bpm-platform>