Merge branch 'release-5.0'
This commit is contained in:
commit
bffa1facb5
|
@ -393,7 +393,7 @@ struct LogStackFunc : InstructionFunc {
|
|||
for(auto it : entries) {
|
||||
Tuple tk;
|
||||
tk.append(it.first);
|
||||
tk.append(it.second.index);
|
||||
tk.append((int64_t)it.second.index);
|
||||
state Standalone<StringRef> pk = tk.pack().withPrefix(prefix);
|
||||
Standalone<StringRef> pv = wait(it.second.value);
|
||||
tr->set(pk, pv.substr(0, std::min(pv.size(), 40000)));
|
||||
|
|
Loading…
Reference in New Issue