Rename static_server to file_server and refine it.

This commit is contained in:
Chunting Gu
2019-08-05 13:23:34 +08:00
parent 1f4b6cac30
commit a22e587fa4
3 changed files with 14 additions and 9 deletions
+1
View File
@@ -27,6 +27,7 @@ public:
Server& operator=(const Server&) = delete;
void set_file_chunk_size(std::size_t file_chunk_size) {
assert(file_chunk_size > 0);
file_chunk_size_ = file_chunk_size;
}