Skip to content

Commit

Permalink
Add config key of syncing liveSpace service policy
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed May 28, 2024
1 parent eed6902 commit 6690c72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public class SyncConfig {

public static final String SYNC_LIVE_SPACE_TYPE = SYNC_LIVE_SPACE + ".type";

public static final String SYNC_LIVE_SPACE_SERVICE = SYNC_LIVE_SPACE + ".service";

public static final String SYNC_LANE_SPACE = SYNC + ".laneSpace";

public static final String SYNC_LANE_SPACE_TYPE = SYNC_LANE_SPACE + ".type";
Expand Down

0 comments on commit 6690c72

Please sign in to comment.