summaryrefslogtreecommitdiffstats
path: root/app/pll.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/pll.c')
-rw-r--r--app/pll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/pll.c b/app/pll.c
index 03d214c..742aad0 100644
--- a/app/pll.c
+++ b/app/pll.c
@@ -2,8 +2,8 @@
#define JUMP_THRESH 0.1
#define JUMP_TICKS 30
-#define FEEDBACK 0.000001
-#define WARM_UP 30
+#define FEEDBACK 0.01
+#define WARM_UP 3
static int64_t offset;