Delta sync time
#230
-
Hi, when play around with rdf delta, I notice that currently, every 5 mins the delta server will try to sync the newest patch from the log server. Is there a way to config the time? Say I want to change the sync time to every 2 minutes. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
afs
May 12, 2023
Replies: 1 comment
-
Not directly. It seems to be fixed in the code ( But there is a way to do this externally - send a lightweight query such as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ll13j1209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not directly. It seems to be fixed in the code (
DeltaConnection
).But there is a way to do this externally - send a lightweight query such as
ASK{}
every 2 minutes to the dataset. Each query request starts by checking the connection state.