Adafuit PN532 draining battery

What is the point of the below?

  nfc.setPassiveActivationRetries(0xFF);

I thought 0xFF meant it is continuously polling for a card

Then wouldn't this look one time, and then give up until a card presents itself?

  nfc.setPassiveActivationRetries(1);