Skip to content

Commit

Permalink
aumenta tamanho da pagina do gps validador (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou authored Jan 16, 2025
1 parent 9029a71 commit f5cd9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ class constants(Enum): # pylint: disable=c0103
WHERE
id > {last_id} AND id <= {max_id}
""",
"page_size": 1000,
"max_pages": 70,
"page_size": 35000,
"max_pages": 2,
},
"primary_key": ["id"],
"interval_minutes": 5,
Expand Down

0 comments on commit f5cd9d4

Please sign in to comment.