I have got an installed WAMP Stack with Apache 2.4.23, PHP 5.6.25 and MySQL 5.7.14. On this server there is a small PHP Laravel application which only serves as a Web-Service-API for inserting Data. When we try to insert Data evey 300 Milliseconds, after about 1 minute we get a 429 Too Many Requests Error. Does anybody know which settings i could change to prevent this Error?
Edit: The Data is inserted from one client only which might lead to this error, although we are inserting tons of measure data from this client!