mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Experiment, lower messaging post rate to 5 secs
This commit is contained in:
@ -896,7 +896,7 @@
|
||||
});
|
||||
funct.catch(function(data) {
|
||||
if (data.status == 429) {
|
||||
Materialize.toast('You are sending messages too fast! 1 message per 10 seconds', 10000);
|
||||
Materialize.toast('You are sending messages too fast! 1 message per 5 seconds', 10000);
|
||||
}
|
||||
});
|
||||
funct.always(function() {
|
||||
|
Reference in New Issue
Block a user