Skip to content

Commit 3f1362a

Browse files
tvlooysodabrew
authored andcommitted
Remove unused defines MEMC_SESS_DEFAULT_LOCK_WAIT and MEMC_SESS_LOCK_EXPIRATION (#354)
1 parent f82e684 commit 3f1362a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: php_memcached_session.c

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222

2323
extern ZEND_DECLARE_MODULE_GLOBALS(php_memcached)
2424

25-
#define MEMC_SESS_DEFAULT_LOCK_WAIT 150000
26-
#define MEMC_SESS_LOCK_EXPIRATION 30
27-
2825
#define REALTIME_MAXDELTA 60*60*24*30
2926

3027
ps_module ps_mod_memcached = {

0 commit comments

Comments
 (0)