Skip to content

Commit

Permalink
Bump max serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymongib authored and chorus-techops committed Oct 24, 2024
1 parent 10666ba commit 3ff94d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/impl/liteserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ void LiteQuery::finish_runSmcMethod(td::BufferSlice shard_proof, td::BufferSlice
stack_ = vm.get_stack_ref();
LOG(INFO) << "runSmcMethod(" << acc_workchain_ << ":" << acc_addr_.to_hex() << ") query completed: exit code is "
<< exit_code;
vm::FakeVmStateLimits fstate(1000); // limit recursive (de)serialization calls
vm::FakeVmStateLimits fstate(1000000); // limit recursive (de)serialization calls
vm::VmStateInterface::Guard guard(&fstate);
Ref<vm::Cell> cell;
td::BufferSlice c7_info, result;
Expand Down

0 comments on commit 3ff94d7

Please sign in to comment.