fluorine icon indicating copy to clipboard operation
fluorine copied to clipboard

Distributed configuration system

Results 2 fluorine issues
Sort by recently updated
recently updated
newest added

Simply discard a supposely new config if timestamp is older than current to prevent one late server to override newer config.

During the following scenario: - User code reads config key-1 and takes one branch in thread-1 - New config is pushed that changes key-1 - User code reads config for...