summaryrefslogtreecommitdiffstats
path: root/apcu-5.1.2.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-21 08:22:36 +0100
committerRemi Collet <remi@remirepo.net>2018-11-21 08:22:36 +0100
commitcb5e839d2e2e85e583a5e7488deccb13bd29af23 (patch)
tree4809b0c69fa8375d996be3ee1a48785cfbc24516 /apcu-5.1.2.ini
parent6ff48ebf79fb3cb5abd7232d9ca5051d78465448 (diff)
v5.1.14
Diffstat (limited to 'apcu-5.1.2.ini')
-rw-r--r--apcu-5.1.2.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/apcu-5.1.2.ini b/apcu-5.1.2.ini
index b38681d..13df71c 100644
--- a/apcu-5.1.2.ini
+++ b/apcu-5.1.2.ini
@@ -48,7 +48,7 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
; A key is considered "slammed" if it was the last key set,
; and a context other than the current one set it ( ie. it
; was set by another process or thread )
-;apc.slam_defense=1
+;apc.slam_defense=0
; Defines which serializer should be used
; Default is the standard PHP serializer.