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-dms3
Commits
c47e12eb
Commit
c47e12eb
authored
Feb 04, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clear up comment about flush=false
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
4b7e3282
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
core/commands/files/files.go
core/commands/files/files.go
+6
-6
No files found.
core/commands/files/files.go
View file @
c47e12eb
...
...
@@ -29,12 +29,12 @@ var FilesCmd = &cmds.Command{
Files is an API for manipulating ipfs objects as if they were a unix filesystem.
Note:
Most of the subcommands of 'ipfs files' accept the '--flush' flag.
Use caution
when
u
sing this flag, It will improve performance
for large numbers of file
operations, but it does so at the cost of consistency
guarantees. If the daemon
is unexpectedly killed before running 'ipfs files flush'
on the files in question,
then data may be lost. This also applies to running
'ipfs repo gc' concurrently
with '--flush=false' operations.
Most of the subcommands of 'ipfs files' accept the '--flush' flag.
It defaults to
true. Use caution
when s
ett
ing this flag
to false
, It will improve performance
for large numbers of file
operations, but it does so at the cost of consistency
guarantees. If the daemon
is unexpectedly killed before running 'ipfs files flush'
on the files in question,
then data may be lost. This also applies to running
'ipfs repo gc' concurrently
with '--flush=false' operations.
`
,
},
Options
:
[]
cmds
.
Option
{
...
...
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