whitespace fix
This commit is contained in:
parent
ee84e3a6d7
commit
c255c950ca
|
@ -41,8 +41,8 @@ var opts = {
|
||||||
, connect: cluster.isWorker
|
, connect: cluster.isWorker
|
||||||
, standalone: (1 === numCores) // overrides serve and connect
|
, standalone: (1 === numCores) // overrides serve and connect
|
||||||
|
|
||||||
// if using SQLCipher, you can supply the key and desired bit-length
|
// if using SQLCipher, you can supply the key and desired bit-length and the
|
||||||
// and the appropriate PRAGMA statements will be issued before the database is returned
|
// appropriate PRAGMA statements will be issued before the database is returned
|
||||||
, key: '00000000000000000000000000000000'
|
, key: '00000000000000000000000000000000'
|
||||||
, bits: 128
|
, bits: 128
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue