mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
fixed formatting
This commit is contained in:
parent
9a6384fc26
commit
118c307b57
@ -1832,8 +1832,7 @@ ACTOR Future<Void> localChangeFeedStream(StorageServer* data,
|
||||
}
|
||||
}
|
||||
|
||||
ACTOR Future<Void> changeFeedStreamQ(StorageServer* data, ChangeFeedStreamRequest req)
|
||||
{
|
||||
ACTOR Future<Void> changeFeedStreamQ(StorageServer* data, ChangeFeedStreamRequest req) {
|
||||
state Span span("SS:getChangeFeedStream"_loc, { req.spanContext });
|
||||
req.reply.setByteLimit(SERVER_KNOBS->RANGESTREAM_LIMIT_BYTES);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user