kopia lustrzana https://github.com/simonw/datasette
Update cog
rodzic
fedbfcc368
commit
4f16e14d7a
|
@ -214,7 +214,7 @@ These can be passed to ``datasette serve`` using ``datasette serve --setting nam
|
||||||
max_returned_rows Maximum rows that can be returned from a table or
|
max_returned_rows Maximum rows that can be returned from a table or
|
||||||
custom query (default=1000)
|
custom query (default=1000)
|
||||||
max_insert_rows Maximum rows that can be inserted at a time using
|
max_insert_rows Maximum rows that can be inserted at a time using
|
||||||
the bulk insert API (default=1000)
|
the bulk insert API (default=100)
|
||||||
num_sql_threads Number of threads in the thread pool for
|
num_sql_threads Number of threads in the thread pool for
|
||||||
executing SQLite queries (default=3)
|
executing SQLite queries (default=3)
|
||||||
sql_time_limit_ms Time limit for a SQL query in milliseconds
|
sql_time_limit_ms Time limit for a SQL query in milliseconds
|
||||||
|
|
|
@ -153,7 +153,8 @@ If you run ``datasette plugins --all`` it will include default plugins that ship
|
||||||
"hooks": [
|
"hooks": [
|
||||||
"actor_from_request",
|
"actor_from_request",
|
||||||
"permission_allowed",
|
"permission_allowed",
|
||||||
"register_commands"
|
"register_commands",
|
||||||
|
"skip_csrf"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue