Currently, the default value of ingress admission control pool size is hard-coded to 1,000,000 in the IDL file. However, this value was chosen because it's the default value for the maxConns server option, so we should probably do what we do in server_options_general.idl and set the default value to:
{ expr: 'static_cast<int>(DEFAULT_MAX_CONN)' }