400 Invalid JSON: cannot unmarshal number into Go value of type uint64

Hello,

When I start sync one couchbase lite database to couchbase server through sync gateway, I observed one error log:

400 Invalid JSON: “json: cannot unmarshal number 92410.55399179459 into Go value of type uint64”

The sync can not be continued for other docs either in the same database.

The number is an accumulated statistics data, quite many similar data in my database, should Sync Gateway truncate the number directly instead of reporting error and stopped the sync.

Thanks!

Hanzhi