PHP Push 2 integration on SME Server. Not maintained anymore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
define('SCRIPT_TIMEOUT', 0);
|
|
|
|
define('MAX_EMBEDDED_SIZE', 2097152);
|
|
|
|
define('PROVISIONING', true);
|
|
|
|
define('LOOSE_PROVISIONING', false);
|
|
|
|
define('SYNC_CONFLICT_DEFAULT', SYNC_CONFLICT_OVERWRITE_PIM);
|
|
|
|
define('SYNC_FILTERTIME_MAX', SYNC_FILTERTYPE_ALL);
|
|
|
|
define('PING_INTERVAL', 30);
|
|
|
|
define('SINK_FORCERECHECK', 300);
|
|
|
|
define('FILEAS_ORDER', SYNC_FILEAS_FIRSTLAST);
|
|
|
|
define('SYNC_MAX_ITEMS', 100);
|