File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/d1/worker-api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The methods [`D1PreparedStatement::run`](/d1/worker-api/prepared-statements/#run
2828 served_by_region: string // the region of the database instance that executed the query
2929 served_by_primary: boolean // true if (and only if) the database instance that executed the query was the primary
3030 timings: {
31- sql_duration_ms: number // the duration of the SQL query execution by the database instance. It does not include any network time.
31+ sql_duration_ms: number // the duration of the SQL query execution by the database instance ( not including any network time)
3232 }
3333 duration: number, // the duration of the SQL query execution only, in milliseconds
3434 changes: number, // the number of changes made to the database
You can’t perform that action at this time.
0 commit comments