mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
fixed CE
This commit is contained in:
parent
433545916e
commit
8e5bd938aa
3 changed files with 7 additions and 6 deletions
|
@ -57,7 +57,7 @@ void LiteQuery::run_query(td::BufferSlice data, td::actor::ActorId<ValidatorMana
|
|||
LiteQuery::LiteQuery(td::BufferSlice data, td::actor::ActorId<ValidatorManager> manager,
|
||||
td::Promise<td::BufferSlice> promise)
|
||||
: query_(std::move(data)), manager_(std::move(manager)), promise_(std::move(promise)) {
|
||||
timeout_ = td::Timestamp::in(default_timeout_seconds);
|
||||
timeout_ = td::Timestamp::in(default_timeout_msec * 0.001);
|
||||
}
|
||||
|
||||
void LiteQuery::abort_query(td::Status reason) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue