21 May
2016
21 May
'16
2:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 --- Comment #17 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 108 # We also add the MEMCACHED_ settings to the actual environment, to make sure any early 109 # initialization of Koha::Cache correctly sets up a memcached connection. 110 foreach my $special_var ( qw( MEMCACHED_SERVERS MEMCACHED_NAMESPACE ) ) { 111 $ENV{$special_var} = $setenvs{$special_var} if defined $setenvs{$special_var}; 112 } Jesse, could you explain in which cases this is useful? -- You are receiving this mail because: You are watching all bug changes.