smfrpc / smf

Fastest RPC in the west

Home Page:http://smfrpc.github.io/smf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add rpc deadline

emaxerrno opened this issue · comments

somethign like

option (rpc_core.method_default_deadline_ms) = 5000;

annotation on the method.

we already do this w/ defaults of i think some seconds but we can code gen it - and let the user controll it.