Skip to content

Commit 2cb1b76

Browse files
committed
#23 - Temporary remove CACHE_ADAPTER env variable and change value to libmemcached
1 parent a2d6dcb commit 2cb1b76

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

library/Core/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'time' => microtime(true),
2828
],
2929
'cache' => [
30-
'adapter' => envValue('CACHE_ADAPTER'),
30+
'adapter' => 'libmemcached',
3131
'options' => [
3232
'libmemcached' => [
3333
'servers' => [

tests/.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ DATA_API_MYSQL_NAME=phalcon-api
1313

1414
TOKEN_AUDIENCE=https://phalcon.io
1515

16-
CACHE_ADAPTER=stream
1716
CACHE_PREFIX=api_cache_
1817
CACHE_LIFETIME=86400
1918

0 commit comments

Comments
 (0)