Skip to content
Extraits de code Groupes Projets

Add the query to the `update` command to filter karas to update

Fusionnées Kubat a demandé de fusionner dev-kubat vers master
2 files
+ 5
0
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 1
0
@@ -444,6 +444,7 @@ ___handle_got_json_internal_callback(const char *key, const char *val, int comp,
@@ -444,6 +444,7 @@ ___handle_got_json_internal_callback(const char *key, const char *val, int comp,
/* The kara is already present in the DB */
/* The kara is already present in the DB */
else {
else {
LOG_INFO("REPO", "Skip DL of kara %ld because we are in a dry update", kara->id);
LOG_INFO("REPO", "Skip DL of kara %ld because we are in a dry update", kara->id);
 
LOG_UNREACHABLE;
}
}
lkt_queue_send(kara->repo->queue, LKT_EVENT_DB_UPDATE_TICK, NULL);
lkt_queue_send(kara->repo->queue, LKT_EVENT_DB_UPDATE_TICK, NULL);
Chargement en cours