diff options
author | Wolfy-J <[email protected]> | 2019-05-02 18:21:36 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-02 18:21:36 +0300 |
commit | eb8c64941cbcd30ff79b6147efd5fef42eccb648 (patch) | |
tree | bde0ceb7e7236850cfe999da7c3ffecf62b58d00 /state.go | |
parent | 34abca68708ed881c3360ee749d794b0000a3aec (diff) |
miiiinor performance optimizations
Diffstat (limited to 'state.go')
-rw-r--r-- | state.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ const ( // StateWorking - working on given payload. StateWorking - // StateDestroying - worker has been marked as being destroyed. - StateDestroying - // StateStreaming - indicates that worker is streaming the data at the moment. StateStreaming |