
beanstalkc.2.2.0.source-code.default-configuration.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configuration> <property> <name>beanstalk.service.host</name> <value>localhost</value> <description>RPC server host,default is localhost.</description> </property> <property> <name>beanstalk.service.port</name> <value>11300</value> <description>beanstalk server listen port,default is 11300</description> </property> <property> <name>beanstalk.operation.timeout</name> <value>10</value> <description>10 seconds</description> </property> <property> <name>beanstalk.job.maxSize</name> <value>65535</value> <description>default size is 65535</description> </property> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy