Skip to content

Commit f5e1b59

Browse files
committed
add default param for bootstrap service
1 parent 6bd2ada commit f5e1b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moon-src/moon.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ int main(int argc, char* argv[])
219219
conf->name = "bootstrap";
220220
conf->source = fs::path(bootstrap).filename().string();
221221
conf->memlimit = std::numeric_limits<size_t>::max();
222+
conf->params = "return {}";
222223
server_->new_service(std::move(conf));
223224
server_->set_unique_service("bootstrap", BOOTSTRAP_ADDR);
224225

0 commit comments

Comments
 (0)