You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ database = "flare_ftso_indexer"
48
48
username = "root"
49
49
password = "root"
50
50
log_queries = false
51
-
drop_table_at_start = true
52
-
history_drop = 604800# Enable deleting the transactions and logs in DB that are older (timestamp of the block) than history_drop (in seconds); set 0 to turn off; defaults to 7 days for Flare/Songbird and 2 days for Coston*
51
+
drop_table_at_start = false# set to true to drop existing tables at the start of the indexing - useful to force re-indexing
52
+
history_drop = 604800# Enable deleting the transactions and logs in DB that are older (timestamp of the block) than history_drop (in seconds); set 0 to turn off; defaults to 7 days for Flare/Songbird and 2 days for Coston*
0 commit comments