mirror of https://github.com/apache/cassandra
Re-enable getSSTablePreempiveOpenIntervalInMB (ninja)
This commit is contained in:
parent
107a794d5e
commit
cf3e748cbf
|
|
@ -1463,8 +1463,7 @@ public class DatabaseDescriptor
|
|||
|
||||
public static int getSSTablePreempiveOpenIntervalInMB()
|
||||
{
|
||||
//return conf.sstable_preemptive_open_interval_in_mb;
|
||||
return -1;
|
||||
return conf.sstable_preemptive_open_interval_in_mb;
|
||||
}
|
||||
|
||||
public static boolean getTrickleFsync()
|
||||
|
|
|
|||
Loading…
Reference in New Issue