Compare commits
No commits in common. "da8256f002dd54b37c7552628e7310d9a282c741" and "95f403c97c542f041eb96a21b0ddef9ecf600682" have entirely different histories.
da8256f002
...
95f403c97c
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
|
@ -25,9 +25,9 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "v31"
|
const VERSION = "v30"
|
||||||
const CONTEXT_USER = 1
|
const CONTEXT_USER = 1
|
||||||
const SYNC_PAGINATION = 200
|
const SYNC_PAGINATION = 1
|
||||||
|
|
||||||
var (
|
var (
|
||||||
FlagGenerate bool
|
FlagGenerate bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue