smi2/phpClickHouse

Cannot use socket_timeout

suchen9209 opened this issue · 1 comments

some big query ,can run in server
it will be timeout when you select by sql in code,
clickhouse give "socket_timeout=60000" ,like ''jdbc:clickhouse://127.0.0.1:8123/default?socket_timeout=60000'
but i can't use this config in this project

You try ?

$db->settings()->set('xxxx',yyy);