[livejournal] r23292: LJSUP-14192: XML-RPC API: enable geteven...
Committer: vtroitsky
LJSUP-14192: XML-RPC API: enable getevents in syncitem mode without authorizationU trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl
===================================================================
--- trunk/cgi-bin/ljprotocol.pl 2012-11-13 09:38:48 UTC (rev 23291)
+++ trunk/cgi-bin/ljprotocol.pl 2012-11-13 10:28:07 UTC (rev 23292)
@@ -4069,6 +4069,7 @@
my $now = time();
# broken client loop prevention
+ # TODO: Just add rate limits here instead of that old stuff
my $u_req = ($u ? $u : $uowner);
if ($req->{'lastsync'}) {
my $pname = "rl_syncitems_getevents_loop";
