PHP Class Jetpack_Sync_Defaults, jetpack

Show file Open project: automattic/jetpack Class Usage Examples

Public Properties

Property Type Description
$blacklisted_post_types
$comment_meta_whitelist
$default_callable_whitelist
$default_comment_checksum_columns
$default_comment_meta_checksum_columns
$default_comment_meta_whitelist
$default_constants_whitelist
$default_dequeue_max_bytes
$default_disable
$default_enqueue_wait_time only wait before next send if the current send took more than X seconds
$default_max_enqueue_full_sync render post_filtered_content
$default_max_queue_lag
$default_max_queue_size wait between attempting to continue a full sync, via requests
$default_max_queue_size_full_sync max number of items to enqueue at a time when running full sync
$default_multisite_callable_whitelist
$default_network_options_whitelist
$default_option_checksum_columns
$default_options_whitelist
$default_post_checksum_columns
$default_post_meta_checksum_columns
$default_post_meta_whitelist
$default_post_types_blacklist 100 rows a second
$default_queue_max_writes_sec 15 minutes
$default_render_filtered_content use cron to sync
$default_sync_callables_wait_time max number of total items in the full sync queue
$default_sync_constants_wait_time seconds before sending callables again
$default_sync_queue_lock_timeout seconds before sending constants again
$default_sync_via_cron completely disable sending data to wpcom
$default_sync_wait_threshold seconds, between syncs
$default_sync_wait_time
$default_taxonomy_whitelist
$default_theme_support_whitelist that should be synced as jetpack_current_theme_supports_foo option values
$default_upload_max_bytes very conservative value, 1/2 MB
$default_upload_max_rows a little bigger than the upload limit to account for serialization
$post_meta_whitelist

Public Methods

Method Description
get_max_sync_execution_time ( )
is_whitelisted_option ( $option )

Method Details

get_max_sync_execution_time() static public method

static public get_max_sync_execution_time ( )

is_whitelisted_option() static public method

static public is_whitelisted_option ( $option )

Property Details

$blacklisted_post_types static public property

static public $blacklisted_post_types

$comment_meta_whitelist static public property

static public $comment_meta_whitelist

$default_callable_whitelist static public property

static public $default_callable_whitelist

$default_comment_checksum_columns static public property

static public $default_comment_checksum_columns

$default_comment_meta_checksum_columns static public property

static public $default_comment_meta_checksum_columns

$default_comment_meta_whitelist static public property

static public $default_comment_meta_whitelist

$default_constants_whitelist static public property

static public $default_constants_whitelist

$default_dequeue_max_bytes static public property

static public $default_dequeue_max_bytes

$default_disable static public property

static public $default_disable

$default_enqueue_wait_time static public property

only wait before next send if the current send took more than X seconds
static public $default_enqueue_wait_time

$default_max_enqueue_full_sync static public property

render post_filtered_content
static public $default_max_enqueue_full_sync

$default_max_queue_lag static public property

static public $default_max_queue_lag

$default_max_queue_size static public property

wait between attempting to continue a full sync, via requests
static public $default_max_queue_size

$default_max_queue_size_full_sync static public property

max number of items to enqueue at a time when running full sync
static public $default_max_queue_size_full_sync

$default_multisite_callable_whitelist static public property

static public $default_multisite_callable_whitelist

$default_network_options_whitelist static public property

static public $default_network_options_whitelist

$default_option_checksum_columns static public property

static public $default_option_checksum_columns

$default_options_whitelist static public property

static public $default_options_whitelist

$default_post_checksum_columns static public property

static public $default_post_checksum_columns

$default_post_meta_checksum_columns static public property

static public $default_post_meta_checksum_columns

$default_post_meta_whitelist static public property

static public $default_post_meta_whitelist

$default_post_types_blacklist static public property

100 rows a second
static public $default_post_types_blacklist

$default_queue_max_writes_sec static public property

15 minutes
static public $default_queue_max_writes_sec

$default_render_filtered_content static public property

use cron to sync
static public $default_render_filtered_content

$default_sync_callables_wait_time static public property

max number of total items in the full sync queue
static public $default_sync_callables_wait_time

$default_sync_constants_wait_time static public property

seconds before sending callables again
static public $default_sync_constants_wait_time

$default_sync_queue_lock_timeout static public property

seconds before sending constants again
static public $default_sync_queue_lock_timeout

$default_sync_via_cron static public property

completely disable sending data to wpcom
static public $default_sync_via_cron

$default_sync_wait_threshold static public property

seconds, between syncs
static public $default_sync_wait_threshold

$default_sync_wait_time static public property

static public $default_sync_wait_time

$default_taxonomy_whitelist static public property

static public $default_taxonomy_whitelist

$default_theme_support_whitelist static public property

that should be synced as jetpack_current_theme_supports_foo option values
static public $default_theme_support_whitelist

$default_upload_max_bytes static public property

very conservative value, 1/2 MB
static public $default_upload_max_bytes

$default_upload_max_rows static public property

a little bigger than the upload limit to account for serialization
static public $default_upload_max_rows

$post_meta_whitelist static public property

static public $post_meta_whitelist