Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
wendelin.core
Commits
f21d6491
Commit
f21d6491
authored
Apr 03, 2024
by
Levin Zimmermann
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! bigfile/zodb: Add ZBlk format option 'auto' (heuristic)
Fix typo.
parent
2cdc530f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bigfile/file_zodb.py
bigfile/file_zodb.py
+1
-1
No files found.
bigfile/file_zodb.py
View file @
f21d6491
...
@@ -613,7 +613,7 @@ class ZBigFile(LivePersistent):
...
@@ -613,7 +613,7 @@ class ZBigFile(LivePersistent):
# - for current block use ZBlk1 if the append is small and not fully filled, and ZBlk0 otherwise
# - for current block use ZBlk1 if the append is small and not fully filled, and ZBlk0 otherwise
#
#
# do the migration of previous block only if it is also changed in
# do the migration of previous block only if it is also changed in
# current transaction. This preserves the inva
ir
ant that "transaction
# current transaction. This preserves the inva
ri
ant that "transaction
# changes ZBlk objects only for modified blocks of the file".
# changes ZBlk objects only for modified blocks of the file".
# NOTE: this misses a case when append stops exactly on blocks boundary
# NOTE: this misses a case when append stops exactly on blocks boundary
# after appending some zeros. For now we ignore such case as improbable.
# after appending some zeros. For now we ignore such case as improbable.
...
...
Levin Zimmermann
@levin.zimmermann
mentioned in merge request
nexedi/wendelin.core!20 (closed)
·
Apr 03, 2024
mentioned in merge request
nexedi/wendelin.core!20 (closed)
mentioned in merge request nexedi/wendelin.core!20
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment