Home
last modified time | relevance | path

Searched refs:next_gc_in (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStorageManager.cpp349 auto next_gc_in = next_gc_at - sys_time; in schedule_next_gc() local
351 LOG(INFO) << "Schedule next file clean up in " << next_gc_in; in schedule_next_gc()
352 next_gc_at_ = Time::now() + next_gc_in; in schedule_next_gc()