summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/msg.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index 8e333a114..dcec126dd 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -123,7 +123,7 @@ enum MediaType: byte {
table Base {
cmd_id: uint32;
- sync: bool = true; // TODO(ry) Change default to false.
+ sync: bool = false;
error_kind: ErrorKind = NoError;
error: string;
inner: Any;