Compare commits

...

2 Commits

Author SHA1 Message Date
Rahul Padigela e0c507d038
Merge pull request #1005 from scality/backport/6.3/bf/S3C-548-sproxydImmutableRework
backport of #774
2018-01-01 15:41:59 -08:00
Jonathan Gramain d09240c5ce bf: immutable optim option on S3 sproxyd client
This is a new option in scality/sproxydclient that explicitly enables
immutable optims, because they are now disabled by default it's now
necessary to provide the option.

Goes along with PR https://github.com/scality/sproxydclient/pull/119
2017-11-15 18:18:42 -08:00
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ if (config.backends.data === 'mem') {
bootstrap: config.sproxyd.bootstrap,
log: config.log,
chordCos: config.sproxyd.chordCos,
immutable: true,
});
implName = 'sproxyd';
}