<?php
return array(
'p4' => array(
'port' => 'localhost:1666',
'user' => 'swarm',
),
'p4_super' => array(
'port' => 'localhost:1666',
'user' => 'perforce',
),
'security' => array(
'require_login' => false,
'disable_autojoin' => true,
),
'notifications' => array(
'honor_p4_reviews' => true,
),
'queue' => array(
'workers' => 3, // defaults to 3
'worker_lifetime' => 595, // defaults to 10 minutes (less 5 seconds)
'worker_task_timeout' => 1800, // defaults 30 minutes
'worker_memory_limit' => '1G', // defaults to 1 gigabyte
),
'reviews' => array(
'disable_commit' => false,
),
);
# |
Change |
User |
Description |
Committed |
|
#1
|
19047 |
Liz Lam |
Adding JamBox Dockerfiles |
|
|