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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
80f086e1
Commit
80f086e1
authored
Jan 28, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b4fc0ce3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
wcfs/wcfs.go
wcfs/wcfs.go
+5
-1
No files found.
wcfs/wcfs.go
View file @
80f086e1
...
@@ -1249,7 +1249,11 @@ func main() {
...
@@ -1249,7 +1249,11 @@ func main() {
defer
zstor
.
Close
()
defer
zstor
.
Close
()
zdb
:=
zodb
.
NewDB
(
zstor
)
zdb
:=
zodb
.
NewDB
(
zstor
)
zhead
,
err
:=
zopen
(
ctx
,
zdb
,
&
zodb
.
ConnOptions
{})
zhead
,
err
:=
zopen
(
ctx
,
zdb
,
&
zodb
.
ConnOptions
{
// we need zhead.cache to be maintained across several transactions.
// see "3) for head/bigfile/* the following invariant is maintained ..."
NoPool
:
true
,
})
if
err
!=
nil
{
if
err
!=
nil
{
log
.
Fatal
(
err
)
log
.
Fatal
(
err
)
}
}
...
...
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