Closed bbfsdev closed 11 years ago
It brings high disk load when we have many small files or content data is big enough. It must be a configurable time parameter of flushing content data to the disk. Default: 300s is good enough.
The problematic line is here: https://github.com/bbfsdev/bbfs/blob/master/lib/content_server/queue_indexer.rb#L96
A flag should be added to control the file flush timeout.
Done. Closing the issue.
It brings high disk load when we have many small files or content data is big enough. It must be a configurable time parameter of flushing content data to the disk. Default: 300s is good enough.
The problematic line is here: https://github.com/bbfsdev/bbfs/blob/master/lib/content_server/queue_indexer.rb#L96
A flag should be added to control the file flush timeout.