aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--remote_plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c
index 11e367a..88f4490 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -370,7 +370,7 @@ static void activate (GtkApplication *app, gpointer user_data)
gtk_window_present (GTK_WINDOW (window));
- g_timeout_add(500,sftp_read_sync,user_data);
+ g_timeout_add(1000,sftp_read_sync,user_data);
//printf("after g_timeout_add\n");
}