Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, masterOnly = true)
public static int streaming_task_min_timeout_sec = 300;

@ConfField(mutable = true, masterOnly = true, description = {
"Minimum interval in seconds between snapshot offset persistence operations"})
@ConfField(mutable = true, masterOnly = true,
description = "Minimum interval in seconds between snapshot offset persistence operations")
public static int streaming_job_snapshot_offset_persist_interval_sec = 300;

@ConfField(mutable = true, masterOnly = true)
Expand Down
Loading