chore: change maxDuration

This commit is contained in:
anuraghazra 2025-02-05 00:14:30 +05:30
parent 3344bfd150
commit a3cfe1b602

View file

@ -4,7 +4,7 @@ file = open('./vercel.json', 'r')
str = file.read()
file = open('./vercel.json', 'w')
str = str.replace('"maxDuration": 10', '"maxDuration": 30')
str = str.replace('"maxDuration": 10', '"maxDuration": 15')
file.write(str)
file.close()