forked from GNUsocial/gnu-social
8-char limit on transports
This commit is contained in:
@@ -886,7 +886,8 @@ function common_enqueue_notice($notice)
|
||||
}
|
||||
|
||||
if (common_config('memcached', 'enabled')) {
|
||||
$transports[] = 'memcached';
|
||||
// Note: limited to 8 chars
|
||||
$transports[] = 'memcache';
|
||||
}
|
||||
|
||||
if (common_config('inboxes', 'enabled') === true ||
|
||||
|
||||
Reference in New Issue
Block a user