Skip to content

Commit c13bd53

Browse files
authored
Update system-tables.txt
1 parent 0db8198 commit c13bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/tests/it/storages/testdata/system-tables.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ DB.Table: 'system'.'settings', Table: settings-table_id:1, ver:0, Engine: System
351351
| load_file_metadata_expire_hours | 168 | 168 | SESSION | How many hours will the COPY file metadata expired in the metasrv, default value: 24*7=7days | UInt64 |
352352
| max_block_size | 65536 | 65536 | SESSION | Maximum block size for reading, default value: 65536. | UInt64 |
353353
| max_execute_time | 0 | 0 | SESSION | The maximum query execution time. it means no limit if the value is zero. default value: 0. | UInt64 |
354-
| max_storage_io_requests | 65 | 64 | SESSION | The maximum number of concurrent IO requests. By default, it is 64. | UInt64 |
354+
| max_storage_io_requests | 64 | 64 | SESSION | The maximum number of concurrent IO requests. By default, it is 64. | UInt64 |
355355
| prefer_broadcast_join | 0 | 0 | SESSION | If enable broadcast join, default value: 0 | UInt64 |
356356
| quoted_ident_case_sensitive | 1 | 1 | SESSION | Case sensitivity of quoted identifiers, default value: 1 (aka case-sensitive). | UInt64 |
357357
| row_tag | row | row | SESSION | In xml format, this field is represented as a row tag, e.g. <row>...</row>. | String |

0 commit comments

Comments
 (0)