1
0
Fork 0
arangodb/Documentation/Examples/WalPropertiesGet.generated

13 lines
288 B
Plaintext

arangosh> require("internal").wal.properties();
{
"allowOversizeEntries" : true,
"logfileSize" : 33554432,
"historicLogfiles" : 10,
"reserveLogfiles" : 1,
"syncInterval" : 100,
"throttleWait" : 15000,
"throttleWhenPending" : 0,
"error" : false,
"code" : 200
}