Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-flatfs
Commits
e3d805a7
Commit
e3d805a7
authored
Feb 19, 2016
by
Or Rikon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print formatted string using Errorf
parent
b1cc140e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
flatfs.go
flatfs.go
+1
-1
No files found.
flatfs.go
View file @
e3d805a7
...
...
@@ -124,7 +124,7 @@ func (fs *Datastore) Put(key datastore.Key, value interface{}) error {
return
err
}
log
.
Error
(
"too many open files, retrying in %dms"
,
100
*
i
)
log
.
Error
f
(
"too many open files, retrying in %dms"
,
100
*
i
)
time
.
Sleep
(
time
.
Millisecond
*
100
*
time
.
Duration
(
i
))
}
return
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