Skip to content

Commit

Permalink
Use colons to delimit keyprefix and data storage type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Aug 2, 2004
1 parent 425b8ea commit a5415e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/Slash.pm
Expand Up @@ -645,7 +645,7 @@ sub printComments {
# MemCached key prefix "ctp" means "comment_text, parsed".
# Prepend our site key prefix to try to avoid collisions
# with other sites that may be using the same servers.
$mcdkey = "$slashdb->{_mcd_keyprefix}ctp:";
$mcdkey = "$slashdb->{_mcd_keyprefix}:ctp:";
$mcdkeylen = length($mcdkey);
if ($constants->{memcached_debug}) {
$mcd_debug = { start_time => Time::HiRes::time };
Expand Down

0 comments on commit a5415e7

Please sign in to comment.