Open

Description
I'd like to know where can I find the stuff that I need to pass in as parameters for different messages. For example:
message CGCSystemMsg_GetAccountDetails {
option (msgpool_soft_limit) = 128;
option (msgpool_hard_limit) = 512;
optional fixed64 steamid = 1;
optional uint32 appid = 2;
}
I have no idea what goes into (msgpool_soft_limit) and (msgpool_hard_limit)