mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
fc784fd233
It is almost always wrong / undesirable to pack more than one transaction in a commit, so adjust the default accordingly. This also avoids surprises when using `#[serde(default)]` with nested structs -- serde evaluates the default depth-first, so overriding a single field in a nested struct will not consider any `#[serde(default = "custom_default")]` annotations on the parent.
⚠️ Internal Crate ⚠️
This crate is intended for internal use only. It is not stable and may change without notice.