We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75c5dc commit 31d930dCopy full SHA for 31d930d
arango/formatter.py
@@ -145,16 +145,6 @@ def format_collection(body): # pragma: no cover
145
if 'writeConcern' in body:
146
result['write_concern'] = body['writeConcern']
147
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
-
158
# Cluster only
159
if 'shards' in body:
160
result['shards'] = body['shards']
0 commit comments