What is the standard table.rows.pool.size

What is the default size for table.rows.pool.size on the local server.

Trying to figure out what would be a good number to set it and have 200 data points.

Thanks
Denny

As per documentation, default is 100 (and then it uses FIFO) and you can set it for more in Local Server.

http://docs.blynk.cc/#widgets-time-input-table

E.G. I think you simply add this to server.properties

table.rows.pool.size = 200

Thanks Gunner.
I know what the default rows of 100 is mentioned but it does not inform me what the server defaults to, to arrive at 100 rows.
If it does default to table.rows.pool.size = 100 then that would make perfect sense that
table.rows.pool.size = 200 would be 200 rows.

Just was not clear on that.
Denny