Skip to content

Commit bc0683f

Browse files
authored
Change global trace version to 0. (#21)
Change-Id: I7bfc3f6e0e7562e3aa0b9b573f0bbb7655b7a054
1 parent a88da55 commit bc0683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cozeloop/internal/consts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
STATUS_CODE_ERROR_DEFAULT = -1
3232

33-
GLOBAL_TRACE_VERSION = 1
33+
GLOBAL_TRACE_VERSION = 0
3434

3535

3636
# System reserved tag fields.

0 commit comments

Comments
 (0)