aicers / giganto

Raw-Event Storage System for AICE
Apache License 2.0
6 stars 3 forks source link

Modify Peer Code to Support In-memory Remote Configuration #875

Open BLYKIM opened 1 month ago

BLYKIM commented 1 month ago

Issued from: #863

The remote configuration has been changed to operate in-memory instead of being stored in a file. However, the Peer component may not function properly unless it uses local configuration. Therefore, the Peer code needs to be updated to accommodate the in-memory remote configuration.