|
|
|
@ -90,7 +90,7 @@ class PokerAnalyticsApplication : Application() { |
|
|
|
val sessions = realm.where<Session>().findAll() |
|
|
|
val sessions = realm.where<Session>().findAll() |
|
|
|
if (sessions.size < 10) { |
|
|
|
if (sessions.size < 10) { |
|
|
|
|
|
|
|
|
|
|
|
val numberOfSessions = 2000 |
|
|
|
val numberOfSessions = 200 |
|
|
|
Timber.d("*** Start creating ${numberOfSessions} fake sessions...") |
|
|
|
Timber.d("*** Start creating ${numberOfSessions} fake sessions...") |
|
|
|
|
|
|
|
|
|
|
|
val s = Date() |
|
|
|
val s = Date() |
|
|
|
|