Fix #1
Now a env variable FLT_ROLLING_DATA_WINDOW_SIZE can be set to the duration of the time, for which the data will be stored in memory dataframes.
By default, it will be FLT_ROLLING_DATA_WINDOW_SIZE=15d
This is supposed to prevent potential memory bloats when the data keeps adding to the dataframes
Fix #1 Now a env variable
FLT_ROLLING_DATA_WINDOW_SIZE
can be set to the duration of the time, for which the data will be stored in memory dataframes. By default, it will beFLT_ROLLING_DATA_WINDOW_SIZE=15d
This is supposed to prevent potential memory bloats when the data keeps adding to the dataframes