Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 18, 2018
1 parent b304c36 commit a2a52d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/media/fs/filesys.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Package fs implements github.com/tinode/chat/server/media interface by storing media objects in a file system.

// Package fs implements github.com/tinode/chat/server/media interface by storing media objects in a single
// directory in the file system.
// This module won't perform well with tens of thousand of files because it stores all files in a single directory.

package fs

import (
Expand Down

0 comments on commit a2a52d5

Please sign in to comment.