summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-server.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-server.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-server.php b/plugins/jetpack/sync/class.jetpack-sync-server.php
index 321fd0f0..dbd9172a 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-server.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-server.php
@@ -9,8 +9,8 @@ require_once dirname( __FILE__ ) . '/class.jetpack-sync-json-deflate-array-codec
class Jetpack_Sync_Server {
private $codec;
const MAX_TIME_PER_REQUEST_IN_SECONDS = 15;
- const BLOG_LOCK_TRANSIENT_PREFIX = 'jp_sync_req_lock_';
- const BLOG_LOCK_TRANSIENT_EXPIRY = 60; // seconds
+ const BLOG_LOCK_TRANSIENT_PREFIX = 'jp_sync_req_lock_';
+ const BLOG_LOCK_TRANSIENT_EXPIRY = 60; // seconds
// this is necessary because you can't use "new" when you declare instance properties >:(
function __construct() {