[FLINK-19191] Set the default maxInflightAsyncOperations to 1024

The default upper limit for async operations per task slot is currently set to 10 million,
and it is unrealistically high, we set it to a more realistic value.
A closer example would be the recommend value in Flink's AsyncWait operator.

This closes #145.
1 file changed