mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Write files in chunks (#293)
* Chunked output strategy * Fix sorting with indexes >= 10
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ func InitPlugins() {
|
||||
}
|
||||
|
||||
for _, options := range Settings.outputFile {
|
||||
registerPlugin(NewFileOutput, options, Settings.outputFileFlushInterval)
|
||||
registerPlugin(NewFileOutput, options, Settings.outputFileConfig)
|
||||
}
|
||||
|
||||
for _, options := range Settings.inputHTTP {
|
||||
|
||||
Reference in New Issue
Block a user