binance_common.configuration.ConfigurationWebSocketAPI have default values for timeout and reconnect_delay parameters as 5 when its docstring says they are in milliseconds. It should be like timeout of binance_common.configuration.ConfigurationRestAPI. This creates unexpected behavior and confusion with requests when relying on the default values for that config. This mismatch between the docstring and the default values for the parameters found here could be present in other places as well; a potential problem indeed.