• Mark Tyneway's avatar
    l2geth: cleanup `time.Ticker`s in `SyncService` · 8988a460
    Mark Tyneway authored
    Simply clean up the `time.Ticker`s using `defer t.Close()`.
    Not having this code should not cause any problems, but
    it is best practice to close the tickers as not doing so
    can result in memory leaks in certain cases.
    8988a460
Name
Last commit
Last update
..
dump Loading commit data...
fees Loading commit data...
rcfg Loading commit data...
util Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
sync_service.go Loading commit data...
sync_service_test.go Loading commit data...
types.go Loading commit data...