Simon Willnauer afc1cc19af Simplify translog-based flush settings
This commit removes `index.translog.flush_threshold_ops` and `index.translog.disable_flush`
in favor of `index.translog.flush_threshold_size`. The number of operations is meaningless by itself and
can easily be turned into a size value with knowledge of the data. Disabling the flush is only useful in
tests and we can set the size value to a really high value. If users really need to do this they can
also apply a very high value like `1PB`.
2015-12-21 15:15:00 +01:00
..
2015-11-05 11:32:20 +09:00
2015-11-17 14:46:18 -07:00
2015-12-17 17:27:28 -05:00
2015-12-05 13:30:47 +01:00
2015-04-27 17:19:36 +02:00
2015-08-01 05:14:46 -04:00
2015-12-10 12:01:18 +01:00
2015-10-09 12:27:43 +02:00