Skip to content

Commit 31d930d

Browse files
committed
Remove MMFiles only collection properties
1 parent e75c5dc commit 31d930d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

arango/formatter.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,16 +145,6 @@ def format_collection(body): # pragma: no cover
145145
if 'writeConcern' in body:
146146
result['write_concern'] = body['writeConcern']
147147

148-
# MMFiles only
149-
if 'doCompact' in body:
150-
result['compact'] = body['doCompact']
151-
if 'journalSize' in body:
152-
result['journal_size'] = body['journalSize']
153-
if 'isVolatile' in body:
154-
result['volatile'] = body['isVolatile']
155-
if 'indexBuckets' in body:
156-
result['index_bucket_count'] = body['indexBuckets']
157-
158148
# Cluster only
159149
if 'shards' in body:
160150
result['shards'] = body['shards']

0 commit comments

Comments
 (0)