|
@@ -3644,7 +3644,7 @@ def delete_local_account(username):
|
|
|
def updateUserCountry(request):
|
|
|
country_ip_qs = CountryIPModel.objects.filter()
|
|
|
if country_ip_qs.exists():
|
|
|
- country_ip_qs = country_ip_qs[0: 1000]
|
|
|
+ country_ip_qs = country_ip_qs[0: 100]
|
|
|
ids = []
|
|
|
redisObject = RedisObject(db=6)
|
|
|
for country_ip in country_ip_qs:
|