this repo has no description

fix: tweak

Changed files
+2 -2
+1 -1
photocopy.go
··· 128 128 Query: `INSERT INTO plc ( 129 129 did, cid, nullified, created_at, plc_op_sig, plc_op_prev, plc_op_type, 130 130 plc_op_services, plc_op_also_known_as, plc_op_rotation_keys, 131 - plc_op_verification_methods, plc_tomb_sig, plc_tomb_prev, plc_tomb_type, 131 + plc_tomb_sig, plc_tomb_prev, plc_tomb_type, 132 132 legacy_op_sig, legacy_op_prev, legacy_op_type, legacy_op_handle, 133 133 legacy_op_service, legacy_op_signing_key, legacy_op_recovery_key 134 134 )`,
+1 -1
plc_scraper.go
··· 73 73 ustr += "&after=" + s.cursor 74 74 t, _ := time.Parse(time.RFC3339Nano, s.cursor) 75 75 if time.Since(t) > 1*time.Hour { 76 - setTickerDuration(600 * time.Millisecond) 76 + setTickerDuration(800 * time.Millisecond) 77 77 } else { 78 78 setTickerDuration(3 * time.Second) 79 79 }