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
54cc0cb8
Commit
54cc0cb8
authored
Jul 01, 2016
by
Jakub Sztandera
Committed by
GitHub
Jul 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #37 from rikonor/master
Print formatted string using Errorf
parents
c2fc3e61
e3d805a7
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 @
54cc0cb8
...
...
@@ -118,7 +118,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