-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
refactoringPolish code or document, fix typo.Polish code or document, fix typo.
Milestone
Description
AlphaRTC/api/alphacc_config.cc
Lines 73 to 79 in 31743fc
| RETURN_ON_FAIL(GetValue(top, "redis", &second)); | |
| RETURN_ON_FAIL(GetString(second, "ip", &config->redis_ip)); | |
| RETURN_ON_FAIL(GetInt(second, "port", &config->redis_port)); | |
| RETURN_ON_FAIL(GetString(second, "session_id", &config->redis_sid)); | |
| RETURN_ON_FAIL(GetInt(second, "redis_update_duration", | |
| &config->redis_update_duration_ms)); | |
| second.clear(); |
Please retrieve whole project
Metadata
Metadata
Assignees
Labels
refactoringPolish code or document, fix typo.Polish code or document, fix typo.